#C9B66C

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

Shades of Putty #C9B66C

Tints of Putty #C9B66C

Color information

#C9B66C (or 0xC9B66C) is unknown color: approx Putty. HEX triplet: C9, B6 and 6C. RGB value is (201,182,108). Sum of RGB (Red+Green+Blue) = 201+182+108=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B66C is #364993. Grayscale: #B3B3B3. Windows color (decimal): -3557780 or 7124681. OLE color: 7124681.

HSL color Cylindrical-coordinate representation of color #C9B66C: hue angle of 47.74º 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 #C9B66C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201182108-
CMYK00.090.460.21
HSL47.74º46.27%60.59%-
HSV(B)47.74º46.27%78.82%-
XYZ43.5246.9620.96-
YUV179.2487.79143.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=40.94%
G=37.07%
B=22.00%

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
Decimal20118210800.090.460.2147.7446.2760.59
HexC9B66C092E15302e3d
Octal3112661540115625605675
Binary110010011011011011011000100110111010101110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B66C; }

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

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

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

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

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

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

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

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