#C9B58C

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

Shades of Tan #C9B58C

Tints of Tan #C9B58C

Color information

#C9B58C (or 0xC9B58C) is unknown color: approx Tan. HEX triplet: C9, B5 and 8C. RGB value is (201,181,140). Sum of RGB (Red+Green+Blue) = 201+181+140=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B58C is #364A73. Grayscale: #B6B6B6. Windows color (decimal): -3558004 or 9221577. OLE color: 9221577.

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

Color convert

RGB201181140-
CMYK00.100.300.21
HSL40.33º36.09%66.86%-
HSV(B)40.33º30.35%78.82%-
XYZ45.3447.3631.56-
YUV182.31104.13141.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=38.51%
G=34.67%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118114000.100.300.2140.3336.0966.86
HexC9B58C0A1E15282443
Octal31126521401236255044103
Binary1100100110110101100011000101011110101011010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B58C; }

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

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

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

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

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

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

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

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