#C9B66E

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

Shades of Putty #C9B66E

Tints of Putty #C9B66E

Color information

#C9B66E (or 0xC9B66E) is unknown color: approx Putty. HEX triplet: C9, B6 and 6E. RGB value is (201,182,110). Sum of RGB (Red+Green+Blue) = 201+182+110=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B66E is #364991. Grayscale: #B3B3B3. Windows color (decimal): -3557778 or 7255753. OLE color: 7255753.

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

Color convert

RGB201182110-
CMYK00.090.450.21
HSL47.47º45.73%60.98%-
HSV(B)47.47º45.27%78.82%-
XYZ43.634721.52-
YUV179.4788.79143.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=40.77%
G=36.92%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118211000.090.450.2147.4745.7360.98
HexC9B66E092D152f2e3d
Octal3112661560115525575675
Binary110010011011011011011100100110110110101101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B66E; }

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

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

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

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

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

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

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

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