Html Css Color HEX #C9B872 Putty

📋 copy color: '#C9B872'

red 201 ◦ green 184 ◦ blue 114

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

Shades of Putty #C9B872

Tints of Putty #C9B872

RGB

 RED value IS 201 (78.91% from 255) = 40.28%

 GREEN value IS 184 (72.27% from 255) = 36.87%

 BLUE value IS 114 (44.92% from 255) = 22.85%

R = 40.28%
G = 36.87%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9B872 (or 0xC9B872) is known color: Putty. HEX triplet: C9, B8 and 72. RGB value is (201,184,114). Sum of RGB (Red+Green+Blue) = 201+184+114=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B872 is #36478D. Grayscale: #B5B5B5. Windows color (decimal): -3557262 or 7518409. OLE color: 7518409.

HSL color Cylindrical-coordinate representation of color #C9B872: hue angle of 48.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9B872 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 184 114 -
CMYK 0 0.08 0.43 0.21
HSL 48.28º 0.45% 0.62% -
HSV(B) 48.28º 0.43% 0.79% -
XYZ 44.27 47.91 22.83 -
YUV 181.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 201 184 114 0 0.08 0.43 0.21 48.28 0.45 0.62
Hex C9 B8 72 0 8 2B 15 30 2D 3E
Octal 311 270 162 0 10 53 25 60 55 76
Binary 11001001 10111000 1110010 0 1000 101011 10101 110000 101101 111110

Color Harmonies of #C9B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B872

Black with #C9B872

Text Example


Text Example

White with #C9B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B872; }

 p { color: rgb(201,184,114); }

 H1.HeaderClassName
 {
   color: #C9B872;
 }
 .AnyTagClassName
 {
   color: #C9B872;
 }
</style>

background-color css

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

 a { background-color: rgb(201,184,114); }

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

border-color css

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

 span { border-color: rgb(201,184,114); }

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