#C9B36E

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

Shades of Putty #C9B36E

Tints of Putty #C9B36E

Color information

#C9B36E (or 0xC9B36E) is unknown color: approx Putty. HEX triplet: C9, B3 and 6E. RGB value is (201,179,110). Sum of RGB (Red+Green+Blue) = 201+179+110=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B36E is #364C91. Grayscale: #B2B2B2. Windows color (decimal): -3558546 or 7254985. OLE color: 7254985.

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

Color convert

RGB201179110-
CMYK00.110.450.21
HSL45.49º45.73%60.98%-
HSV(B)45.49º45.27%78.82%-
XYZ43.0245.7821.32-
YUV177.7189.79144.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=41.02%
G=36.53%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117911000.110.450.2145.4945.7360.98
HexC9B36E0B2D152d2e3d
Octal3112631560135525555675
Binary110010011011001111011100101110110110101101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B36E; }

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

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

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

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

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

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

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

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