Shades of Putty #C8A86A
Tints of Putty #C8A86A
RGB
CMYK
RGB Variations
Color information
#C8A86A (or 0xC8A86A) is known color: Putty. HEX triplet: C8, A8 and 6A. RGB value is (200,168,106). Sum of RGB (Red+Green+Blue) = 200+168+106=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A86A is #375795. Grayscale: #AAAAAA. Windows color (decimal): -3626902 or 6990024. OLE color: 6990024.
HSL color Cylindrical-coordinate representation of color #C8A86A: hue angle of 39.57º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8A86A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 106 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.22 |
| HSL | 39.57º | 0.46% | 0.6% | - |
| HSV(B) | 39.57º | 0.47% | 0.78% | - |
| XYZ | 40.42 | 41.33 | 19.48 | - |
| YUV | 170.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 106 | 0 | 0.16 | 0.47 | 0.22 | 39.57 | 0.46 | 0.6 |
| Hex | C8 | A8 | 6A | 0 | 10 | 2F | 16 | 28 | 2E | 3C |
| Octal | 310 | 250 | 152 | 0 | 20 | 57 | 26 | 50 | 56 | 74 |
| Binary | 11001000 | 10101000 | 1101010 | 0 | 10000 | 101111 | 10110 | 101000 | 101110 | 111100 |
Color Harmonies of #C8A86A
Complementary color
Monochromatic Colors of #C8A86A
Black with #C8A86A
Text Example
Text Example
White with #C8A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A86A; }
p { color: rgb(200,168,106); }
H1.HeaderClassName
{
color: #C8A86A;
}
.AnyTagClassName
{
color: #C8A86A;
}
</style>
background-color css
<style>
a { background-color: #C8A86A; }
a { background-color: rgb(200,168,106); }
div.DivClassName
{
background-color: #C8A86A;
}
.BgClassName
{
background-color: #C8A86A;
}
</style>
border-color css
<style>
span { border-color: #C8A86A; }
span { border-color: rgb(200,168,106); }
td.TdClassName
{
border-color: #C8A86A;
}
.TagClassName
{
border-color: #C8A86A;
}
</style>