#C9B16E

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

Shades of Putty #C9B16E

Tints of Putty #C9B16E

Color information

#C9B16E (or 0xC9B16E) is unknown color: approx Putty. HEX triplet: C9, B1 and 6E. RGB value is (201,177,110). Sum of RGB (Red+Green+Blue) = 201+177+110=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B16E is #364E91. Grayscale: #B0B0B0. Windows color (decimal): -3559058 or 7254473. OLE color: 7254473.

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

Color convert

RGB201177110-
CMYK00.120.450.21
HSL44.18º45.73%60.98%-
HSV(B)44.18º45.27%78.82%-
XYZ42.6244.9921.19-
YUV176.5490.45145.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=41.19%
G=36.27%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117711000.120.450.2144.1845.7360.98
HexC9B16E0C2D152c2e3d
Octal3112611560145525545675
Binary110010011011000111011100110010110110101101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B16E; }

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

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

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

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

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

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

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

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