#C9B276

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

Shades of Putty #C9B276

Tints of Putty #C9B276

Color information

#C9B276 (or 0xC9B276) is unknown color: approx Putty. HEX triplet: C9, B2 and 76. RGB value is (201,178,118). Sum of RGB (Red+Green+Blue) = 201+178+118=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B276 is #364D89. Grayscale: #B2B2B2. Windows color (decimal): -3558794 or 7779017. OLE color: 7779017.

HSL color Cylindrical-coordinate representation of color #C9B276: hue angle of 43.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9B276 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB201178118-
CMYK00.110.410.21
HSL43.37º43.46%62.55%-
HSV(B)43.37º41.29%78.82%-
XYZ43.2845.5723.65-
YUV178.0494.12144.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=40.44%
G=35.81%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117811800.110.410.2143.3743.4662.55
HexC9B2760B29152b2b3f
Octal3112621660135125535377
Binary110010011011001011101100101110100110101101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B276; }

 p { color: rgb(201,178,118); }

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

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

 a { background-color: rgb(201,178,118); }

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

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

 span { border-color: rgb(201,178,118); }

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