#C69977

Color #C69977 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C69977

Tints of Pale Taupe #C69977

Color information

#C69977 (or 0xC69977) is unknown color: approx Pale Taupe. HEX triplet: C6, 99 and 77. RGB value is (198,153,119). Sum of RGB (Red+Green+Blue) = 198+153+119=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C69977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69977 is #396688. Grayscale: #A2A2A2. Windows color (decimal): -3761801 or 7838150. OLE color: 7838150.

HSL color Cylindrical-coordinate representation of color #C69977: hue angle of 25.82º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69977 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198153119-
CMYK00.230.400.22
HSL25.82º40.93%62.16%-
HSV(B)25.82º39.9%77.65%-
XYZ38.0136.1222.42-
YUV162.58103.41153.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=42.13%
G=32.55%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815311900.230.400.2225.8240.9362.16
HexC6997701728161a293e
Octal3062311670275026325176
Binary110001101001100111101110101111010001011011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69977; }

 p { color: rgb(198,153,119); }

 H1.HeaderClassName
 {
   color: #C69977;
 }
 .AnyTagClassName
 {
   color: #C69977;
 }
</style>
background-color css

<style>
 a { background-color: #C69977; }

 a { background-color: rgb(198,153,119); }

 div.DivClassName
 {
   background-color: #C69977;
 }
 .BgClassName
 {
   background-color: #C69977;
 }
</style>
border-color css

<style>
 span { border-color: #C69977; }

 span { border-color: rgb(198,153,119); }

 td.TdClassName
 {
   border-color: #C69977;
 }
 .TagClassName
 {
   border-color: #C69977;
 }
</style>