#c9a772

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

Shades of Putty #C9A772

Tints of Putty #C9A772

Color information

#C9A772 (or 0xC9A772) is unknown color: approx Putty. HEX triplet: C9, A7 and 72. RGB value is (201,167,114). Sum of RGB (Red+Green+Blue) = 201+167+114=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A772 is #36588D. Grayscale: #ABABAB. Windows color (decimal): -3561614 or 7514057. OLE color: 7514057.

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

Color convert

RGB201167114-
CMYK00.170.430.21
HSL36.55º44.62%61.76%-
HSV(B)36.55º43.28%78.82%-
XYZ40.9441.2721.73-
YUV171.1295.76149.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=41.70%
G=34.65%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116711400.170.430.2136.5544.6261.76
HexC9A7720112B15252d3e
Octal3112471620215325455576
Binary1100100110100111111001001000110101110101100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9a772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9a772; }

 p { color: rgb(201,167,114); }

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

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

 a { background-color: rgb(201,167,114); }

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

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

 span { border-color: rgb(201,167,114); }

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