Shades of Putty #C8A676
Tints of Putty #C8A676
RGB
CMYK
RGB Variations
Color information
#C8A676 (or 0xC8A676) is known color: Putty. HEX triplet: C8, A6 and 76. RGB value is (200,166,118). Sum of RGB (Red+Green+Blue) = 200+166+118=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A676 is #375989. Grayscale: #AAAAAA. Windows color (decimal): -3627402 or 7775944. OLE color: 7775944.
HSL color Cylindrical-coordinate representation of color #C8A676: hue angle of 35.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8A676 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 118 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.22 |
| HSL | 35.12º | 0.43% | 0.62% | - |
| HSV(B) | 35.12º | 0.41% | 0.78% | - |
| XYZ | 40.73 | 40.86 | 22.88 | - |
| YUV | 170.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 118 | 0 | 0.17 | 0.41 | 0.22 | 35.12 | 0.43 | 0.62 |
| Hex | C8 | A6 | 76 | 0 | 11 | 29 | 16 | 23 | 2B | 3E |
| Octal | 310 | 246 | 166 | 0 | 21 | 51 | 26 | 43 | 53 | 76 |
| Binary | 11001000 | 10100110 | 1110110 | 0 | 10001 | 101001 | 10110 | 100011 | 101011 | 111110 |
Color Harmonies of #C8A676
Complementary color
Monochromatic Colors of #C8A676
Black with #C8A676
Text Example
Text Example
White with #C8A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A676; }
p { color: rgb(200,166,118); }
H1.HeaderClassName
{
color: #C8A676;
}
.AnyTagClassName
{
color: #C8A676;
}
</style>
background-color css
<style>
a { background-color: #C8A676; }
a { background-color: rgb(200,166,118); }
div.DivClassName
{
background-color: #C8A676;
}
.BgClassName
{
background-color: #C8A676;
}
</style>
border-color css
<style>
span { border-color: #C8A676; }
span { border-color: rgb(200,166,118); }
td.TdClassName
{
border-color: #C8A676;
}
.TagClassName
{
border-color: #C8A676;
}
</style>