Shades of Putty #C8AA72
Tints of Putty #C8AA72
RGB
CMYK
RGB Variations
Color information
#C8AA72 (or 0xC8AA72) is known color: Putty. HEX triplet: C8, AA and 72. RGB value is (200,170,114). Sum of RGB (Red+Green+Blue) = 200+170+114=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA72 is #37558D. Grayscale: #ACACAC. Windows color (decimal): -3626382 or 7514824. OLE color: 7514824.
HSL color Cylindrical-coordinate representation of color #C8AA72: hue angle of 39.07º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8AA72 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 114 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.22 |
| HSL | 39.07º | 0.44% | 0.62% | - |
| HSV(B) | 39.07º | 0.43% | 0.78% | - |
| XYZ | 41.23 | 42.24 | 21.9 | - |
| YUV | 172.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 114 | 0 | 0.15 | 0.43 | 0.22 | 39.07 | 0.44 | 0.62 |
| Hex | C8 | AA | 72 | 0 | F | 2B | 16 | 27 | 2C | 3E |
| Octal | 310 | 252 | 162 | 0 | 17 | 53 | 26 | 47 | 54 | 76 |
| Binary | 11001000 | 10101010 | 1110010 | 0 | 1111 | 101011 | 10110 | 100111 | 101100 | 111110 |
Color Harmonies of #C8AA72
Complementary color
Monochromatic Colors of #C8AA72
Black with #C8AA72
Text Example
Text Example
White with #C8AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA72; }
p { color: rgb(200,170,114); }
H1.HeaderClassName
{
color: #C8AA72;
}
.AnyTagClassName
{
color: #C8AA72;
}
</style>
background-color css
<style>
a { background-color: #C8AA72; }
a { background-color: rgb(200,170,114); }
div.DivClassName
{
background-color: #C8AA72;
}
.BgClassName
{
background-color: #C8AA72;
}
</style>
border-color css
<style>
span { border-color: #C8AA72; }
span { border-color: rgb(200,170,114); }
td.TdClassName
{
border-color: #C8AA72;
}
.TagClassName
{
border-color: #C8AA72;
}
</style>