#C9B872

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

Shades of Putty #C9B872

Tints of Putty #C9B872

Color information

#C9B872 (or 0xC9B872) is unknown color: approx 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

RGB201184114-
CMYK00.080.430.21
HSL48.28º44.62%61.76%-
HSV(B)48.28º43.28%78.82%-
XYZ44.2747.9122.83-
YUV181.190.13142.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118411400.080.430.2148.2844.6261.76
HexC9B872082B15302d3e
Octal3112701620105325605576
Binary110010011011100011100100100010101110101110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>