Shades of Putty #C8AB72
Tints of Putty #C8AB72
RGB
CMYK
RGB Variations
Color information
#C8AB72 (or 0xC8AB72) is known color: Putty. HEX triplet: C8, AB and 72. RGB value is (200,171,114). Sum of RGB (Red+Green+Blue) = 200+171+114=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB72 is #37548D. Grayscale: #ADADAD. Windows color (decimal): -3626126 or 7515080. OLE color: 7515080.
HSL color Cylindrical-coordinate representation of color #C8AB72: hue angle of 39.77º 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 #C8AB72 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 114 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.22 |
| HSL | 39.77º | 0.44% | 0.62% | - |
| HSV(B) | 39.77º | 0.43% | 0.78% | - |
| XYZ | 41.42 | 42.62 | 21.96 | - |
| YUV | 173.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 114 | 0 | 0.14 | 0.43 | 0.22 | 39.77 | 0.44 | 0.62 |
| Hex | C8 | AB | 72 | 0 | E | 2B | 16 | 28 | 2C | 3E |
| Octal | 310 | 253 | 162 | 0 | 16 | 53 | 26 | 50 | 54 | 76 |
| Binary | 11001000 | 10101011 | 1110010 | 0 | 1110 | 101011 | 10110 | 101000 | 101100 | 111110 |
Color Harmonies of #C8AB72
Complementary color
Monochromatic Colors of #C8AB72
Black with #C8AB72
Text Example
Text Example
White with #C8AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB72; }
p { color: rgb(200,171,114); }
H1.HeaderClassName
{
color: #C8AB72;
}
.AnyTagClassName
{
color: #C8AB72;
}
</style>
background-color css
<style>
a { background-color: #C8AB72; }
a { background-color: rgb(200,171,114); }
div.DivClassName
{
background-color: #C8AB72;
}
.BgClassName
{
background-color: #C8AB72;
}
</style>
border-color css
<style>
span { border-color: #C8AB72; }
span { border-color: rgb(200,171,114); }
td.TdClassName
{
border-color: #C8AB72;
}
.TagClassName
{
border-color: #C8AB72;
}
</style>