Shades of Putty #C8AB70
Tints of Putty #C8AB70
RGB
CMYK
RGB Variations
Color information
#C8AB70 (or 0xC8AB70) is known color: Putty. HEX triplet: C8, AB and 70. RGB value is (200,171,112). Sum of RGB (Red+Green+Blue) = 200+171+112=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB70 is #37548F. Grayscale: #ADADAD. Windows color (decimal): -3626128 or 7384008. OLE color: 7384008.
HSL color Cylindrical-coordinate representation of color #C8AB70: hue angle of 40.23º 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 #C8AB70 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 112 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.22 |
| HSL | 40.23º | 0.44% | 0.61% | - |
| HSV(B) | 40.23º | 0.44% | 0.78% | - |
| XYZ | 41.31 | 42.58 | 21.37 | - |
| YUV | 172.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 112 | 0 | 0.14 | 0.44 | 0.22 | 40.23 | 0.44 | 0.61 |
| Hex | C8 | AB | 70 | 0 | E | 2C | 16 | 28 | 2C | 3D |
| Octal | 310 | 253 | 160 | 0 | 16 | 54 | 26 | 50 | 54 | 75 |
| Binary | 11001000 | 10101011 | 1110000 | 0 | 1110 | 101100 | 10110 | 101000 | 101100 | 111101 |
Color Harmonies of #C8AB70
Complementary color
Monochromatic Colors of #C8AB70
Black with #C8AB70
Text Example
Text Example
White with #C8AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB70; }
p { color: rgb(200,171,112); }
H1.HeaderClassName
{
color: #C8AB70;
}
.AnyTagClassName
{
color: #C8AB70;
}
</style>
background-color css
<style>
a { background-color: #C8AB70; }
a { background-color: rgb(200,171,112); }
div.DivClassName
{
background-color: #C8AB70;
}
.BgClassName
{
background-color: #C8AB70;
}
</style>
border-color css
<style>
span { border-color: #C8AB70; }
span { border-color: rgb(200,171,112); }
td.TdClassName
{
border-color: #C8AB70;
}
.TagClassName
{
border-color: #C8AB70;
}
</style>