#C8AA71

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

Shades of Putty #C8AA71

Tints of Putty #C8AA71

Color information

#C8AA71 (or 0xC8AA71) is unknown color: approx Putty. HEX triplet: C8, AA and 71. RGB value is (200,170,113). Sum of RGB (Red+Green+Blue) = 200+170+113=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA71 is #37558E. Grayscale: #ACACAC. Windows color (decimal): -3626383 or 7449288. OLE color: 7449288.

HSL color Cylindrical-coordinate representation of color #C8AA71: hue angle of 39.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8AA71 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200170113-
CMYK00.150.440.22
HSL39.31º44.16%61.37%-
HSV(B)39.31º43.5%78.43%-
XYZ41.1742.2221.6-
YUV172.4794.44147.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=41.41%
G=35.20%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017011300.150.440.2239.3144.1661.37
HexC8AA710F2C16272c3d
Octal3102521610175426475475
Binary110010001010101011100010111110110010110100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA71; }

 p { color: rgb(200,170,113); }

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

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

 a { background-color: rgb(200,170,113); }

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

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

 span { border-color: rgb(200,170,113); }

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