#C9B66D

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

Shades of Putty #C9B66D

Tints of Putty #C9B66D

Color information

#C9B66D (or 0xC9B66D) is unknown color: approx Putty. HEX triplet: C9, B6 and 6D. RGB value is (201,182,109). Sum of RGB (Red+Green+Blue) = 201+182+109=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B66D is #364992. Grayscale: #B3B3B3. Windows color (decimal): -3557779 or 7190217. OLE color: 7190217.

HSL color Cylindrical-coordinate representation of color #C9B66D: hue angle of 47.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9B66D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201182109-
CMYK00.090.460.21
HSL47.61º46%60.78%-
HSV(B)47.61º45.77%78.82%-
XYZ43.5846.9821.24-
YUV179.3688.29143.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=40.85%
G=36.99%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118210900.090.460.2147.614660.78
HexC9B66D092E15302e3d
Octal3112661550115625605675
Binary110010011011011011011010100110111010101110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B66D; }

 p { color: rgb(201,182,109); }

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

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

 a { background-color: rgb(201,182,109); }

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

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

 span { border-color: rgb(201,182,109); }

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