Html Css Color HEX #C9B58C Tan

📋 copy color: '#C9B58C'

red 201 ◦ green 181 ◦ blue 140

#C9B58C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tan #C9B58C

Tints of Tan #C9B58C

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 value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9B58C (or 0xC9B58C) is known color: 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

RGB 201 181 140 -
CMYK 0 0.10 0.30 0.21
HSL 40.33º 0.36% 0.67% -
HSV(B) 40.33º 0.3% 0.79% -
XYZ 45.34 47.36 31.56 -
YUV 182.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 201 181 140 0 0.10 0.30 0.21 40.33 0.36 0.67
Hex C9 B5 8C 0 A 1E 15 28 24 43
Octal 311 265 214 0 12 36 25 50 44 103
Binary 11001001 10110101 10001100 0 1010 11110 10101 101000 100100 1000011

Color Harmonies of #C9B58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B58C

Black with #C9B58C

Text Example


Text Example

White with #C9B58C

Text Example


Text Example

HTML Codes & Css Web 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>