Shades of Putty #C8AA73
Tints of Putty #C8AA73
RGB
CMYK
RGB Variations
Color information
#C8AA73 (or 0xC8AA73) is known color: Putty. HEX triplet: C8, AA and 73. RGB value is (200,170,115). Sum of RGB (Red+Green+Blue) = 200+170+115=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA73 is #37558C. Grayscale: #ACACAC. Windows color (decimal): -3626381 or 7580360. OLE color: 7580360.
HSL color Cylindrical-coordinate representation of color #C8AA73: hue angle of 38.82º 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 #C8AA73 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 115 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.22 |
| HSL | 38.82º | 0.44% | 0.62% | - |
| HSV(B) | 38.82º | 0.43% | 0.78% | - |
| XYZ | 41.29 | 42.27 | 22.2 | - |
| YUV | 172.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 115 | 0 | 0.15 | 0.42 | 0.22 | 38.82 | 0.44 | 0.62 |
| Hex | C8 | AA | 73 | 0 | F | 2A | 16 | 27 | 2C | 3E |
| Octal | 310 | 252 | 163 | 0 | 17 | 52 | 26 | 47 | 54 | 76 |
| Binary | 11001000 | 10101010 | 1110011 | 0 | 1111 | 101010 | 10110 | 100111 | 101100 | 111110 |
Color Harmonies of #C8AA73
Complementary color
Monochromatic Colors of #C8AA73
Black with #C8AA73
Text Example
Text Example
White with #C8AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA73; }
p { color: rgb(200,170,115); }
H1.HeaderClassName
{
color: #C8AA73;
}
.AnyTagClassName
{
color: #C8AA73;
}
</style>
background-color css
<style>
a { background-color: #C8AA73; }
a { background-color: rgb(200,170,115); }
div.DivClassName
{
background-color: #C8AA73;
}
.BgClassName
{
background-color: #C8AA73;
}
</style>
border-color css
<style>
span { border-color: #C8AA73; }
span { border-color: rgb(200,170,115); }
td.TdClassName
{
border-color: #C8AA73;
}
.TagClassName
{
border-color: #C8AA73;
}
</style>