#C9B58E

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

Shades of Tan #C9B58E

Tints of Tan #C9B58E

Color information

#C9B58E (or 0xC9B58E) is unknown color: approx Tan. HEX triplet: C9, B5 and 8E. RGB value is (201,181,142). Sum of RGB (Red+Green+Blue) = 201+181+142=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B58E is #364A71. Grayscale: #B6B6B6. Windows color (decimal): -3558002 or 9352649. OLE color: 9352649.

HSL color Cylindrical-coordinate representation of color #C9B58E: hue angle of 39.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B58E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201181142-
CMYK00.100.290.21
HSL39.66º35.33%67.25%-
HSV(B)39.66º29.35%78.82%-
XYZ45.4947.4232.35-
YUV182.53105.13141.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=38.36%
G=34.54%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118114200.100.290.2139.6635.3367.25
HexC9B58E0A1D15282343
Octal31126521601235255043103
Binary1100100110110101100011100101011101101011010001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B58E; }

 p { color: rgb(201,181,142); }

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

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

 a { background-color: rgb(201,181,142); }

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

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

 span { border-color: rgb(201,181,142); }

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