Shades of Putty #C8AA6E
Tints of Putty #C8AA6E
RGB
CMYK
RGB Variations
Color information
#C8AA6E (or 0xC8AA6E) is known color: Putty. HEX triplet: C8, AA and 6E. RGB value is (200,170,110). Sum of RGB (Red+Green+Blue) = 200+170+110=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA6E is #375591. Grayscale: #ACACAC. Windows color (decimal): -3626386 or 7252680. OLE color: 7252680.
HSL color Cylindrical-coordinate representation of color #C8AA6E: hue angle of 40º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8AA6E is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 110 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.22 |
| HSL | 40º | 0.45% | 0.61% | - |
| HSV(B) | 40º | 0.45% | 0.78% | - |
| XYZ | 41.01 | 42.15 | 20.73 | - |
| YUV | 172.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 110 | 0 | 0.15 | 0.45 | 0.22 | 40 | 0.45 | 0.61 |
| Hex | C8 | AA | 6E | 0 | F | 2D | 16 | 28 | 2D | 3D |
| Octal | 310 | 252 | 156 | 0 | 17 | 55 | 26 | 50 | 55 | 75 |
| Binary | 11001000 | 10101010 | 1101110 | 0 | 1111 | 101101 | 10110 | 101000 | 101101 | 111101 |
Color Harmonies of #C8AA6E
Complementary color
Monochromatic Colors of #C8AA6E
Black with #C8AA6E
Text Example
Text Example
White with #C8AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA6E; }
p { color: rgb(200,170,110); }
H1.HeaderClassName
{
color: #C8AA6E;
}
.AnyTagClassName
{
color: #C8AA6E;
}
</style>
background-color css
<style>
a { background-color: #C8AA6E; }
a { background-color: rgb(200,170,110); }
div.DivClassName
{
background-color: #C8AA6E;
}
.BgClassName
{
background-color: #C8AA6E;
}
</style>
border-color css
<style>
span { border-color: #C8AA6E; }
span { border-color: rgb(200,170,110); }
td.TdClassName
{
border-color: #C8AA6E;
}
.TagClassName
{
border-color: #C8AA6E;
}
</style>