Shades of Putty #C8AB7A
Tints of Putty #C8AB7A
RGB
CMYK
RGB Variations
Color information
#C8AB7A (or 0xC8AB7A) is known color: Putty. HEX triplet: C8, AB and 7A. RGB value is (200,171,122). Sum of RGB (Red+Green+Blue) = 200+171+122=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB7A is #375485. Grayscale: #AEAEAE. Windows color (decimal): -3626118 or 8039368. OLE color: 8039368.
HSL color Cylindrical-coordinate representation of color #C8AB7A: hue angle of 37.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8AB7A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 122 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.22 |
| HSL | 37.69º | 0.41% | 0.63% | - |
| HSV(B) | 37.69º | 0.39% | 0.78% | - |
| XYZ | 41.9 | 42.81 | 24.47 | - |
| YUV | 174.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 122 | 0 | 0.14 | 0.39 | 0.22 | 37.69 | 0.41 | 0.63 |
| Hex | C8 | AB | 7A | 0 | E | 27 | 16 | 26 | 29 | 3F |
| Octal | 310 | 253 | 172 | 0 | 16 | 47 | 26 | 46 | 51 | 77 |
| Binary | 11001000 | 10101011 | 1111010 | 0 | 1110 | 100111 | 10110 | 100110 | 101001 | 111111 |
Color Harmonies of #C8AB7A
Complementary color
Monochromatic Colors of #C8AB7A
Black with #C8AB7A
Text Example
Text Example
White with #C8AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB7A; }
p { color: rgb(200,171,122); }
H1.HeaderClassName
{
color: #C8AB7A;
}
.AnyTagClassName
{
color: #C8AB7A;
}
</style>
background-color css
<style>
a { background-color: #C8AB7A; }
a { background-color: rgb(200,171,122); }
div.DivClassName
{
background-color: #C8AB7A;
}
.BgClassName
{
background-color: #C8AB7A;
}
</style>
border-color css
<style>
span { border-color: #C8AB7A; }
span { border-color: rgb(200,171,122); }
td.TdClassName
{
border-color: #C8AB7A;
}
.TagClassName
{
border-color: #C8AB7A;
}
</style>