Shades of Putty #C8A96C
Tints of Putty #C8A96C
RGB
CMYK
RGB Variations
Color information
#C8A96C (or 0xC8A96C) is known color: Putty. HEX triplet: C8, A9 and 6C. RGB value is (200,169,108). Sum of RGB (Red+Green+Blue) = 200+169+108=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A96C is #375693. Grayscale: #ABABAB. Windows color (decimal): -3626644 or 7121352. OLE color: 7121352.
HSL color Cylindrical-coordinate representation of color #C8A96C: hue angle of 39.78º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8A96C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 108 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.22 |
| HSL | 39.78º | 0.46% | 0.6% | - |
| HSV(B) | 39.78º | 0.46% | 0.78% | - |
| XYZ | 40.71 | 41.74 | 20.1 | - |
| YUV | 171.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 108 | 0 | 0.16 | 0.46 | 0.22 | 39.78 | 0.46 | 0.6 |
| Hex | C8 | A9 | 6C | 0 | 10 | 2E | 16 | 28 | 2E | 3C |
| Octal | 310 | 251 | 154 | 0 | 20 | 56 | 26 | 50 | 56 | 74 |
| Binary | 11001000 | 10101001 | 1101100 | 0 | 10000 | 101110 | 10110 | 101000 | 101110 | 111100 |
Color Harmonies of #C8A96C
Complementary color
Monochromatic Colors of #C8A96C
Black with #C8A96C
Text Example
Text Example
White with #C8A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A96C; }
p { color: rgb(200,169,108); }
H1.HeaderClassName
{
color: #C8A96C;
}
.AnyTagClassName
{
color: #C8A96C;
}
</style>
background-color css
<style>
a { background-color: #C8A96C; }
a { background-color: rgb(200,169,108); }
div.DivClassName
{
background-color: #C8A96C;
}
.BgClassName
{
background-color: #C8A96C;
}
</style>
border-color css
<style>
span { border-color: #C8A96C; }
span { border-color: rgb(200,169,108); }
td.TdClassName
{
border-color: #C8A96C;
}
.TagClassName
{
border-color: #C8A96C;
}
</style>