Shades of Putty #C8AA71
Tints of Putty #C8AA71
RGB
CMYK
RGB Variations
Color information
#C8AA71 (or 0xC8AA71) is known color: 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
| RGB | 200 | 170 | 113 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.22 |
| HSL | 39.31º | 0.44% | 0.61% | - |
| HSV(B) | 39.31º | 0.44% | 0.78% | - |
| XYZ | 41.17 | 42.22 | 21.6 | - |
| YUV | 172.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 113 | 0 | 0.15 | 0.44 | 0.22 | 39.31 | 0.44 | 0.61 |
| Hex | C8 | AA | 71 | 0 | F | 2C | 16 | 27 | 2C | 3D |
| Octal | 310 | 252 | 161 | 0 | 17 | 54 | 26 | 47 | 54 | 75 |
| Binary | 11001000 | 10101010 | 1110001 | 0 | 1111 | 101100 | 10110 | 100111 | 101100 | 111101 |
Color Harmonies of #C8AA71
Complementary color
Monochromatic Colors of #C8AA71
Black with #C8AA71
Text Example
Text Example
White with #C8AA71
Text Example
Text Example
HTML Codes & Css Web 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>