#c9a575

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

Shades of Putty #C9A575

Tints of Putty #C9A575

Color information

#C9A575 (or 0xC9A575) is unknown color: approx Putty. HEX triplet: C9, A5 and 75. RGB value is (201,165,117). Sum of RGB (Red+Green+Blue) = 201+165+117=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A575 is #365A8A. Grayscale: #AAAAAA. Windows color (decimal): -3562123 or 7710153. OLE color: 7710153.

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

Color convert

RGB201165117-
CMYK00.180.420.21
HSL34.29º43.75%62.35%-
HSV(B)34.29º41.79%78.82%-
XYZ40.7540.6122.52-
YUV170.2997.93149.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=41.61%
G=34.16%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116511700.180.420.2134.2943.7562.35
HexC9A5750122A15222c3e
Octal3112451650225225425476
Binary1100100110100101111010101001010101010101100010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9a575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9a575; }

 p { color: rgb(201,165,117); }

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

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

 a { background-color: rgb(201,165,117); }

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

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

 span { border-color: rgb(201,165,117); }

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