Shades of Putty #C8A66C
Tints of Putty #C8A66C
RGB
CMYK
RGB Variations
Color information
#C8A66C (or 0xC8A66C) is known color: Putty. HEX triplet: C8, A6 and 6C. RGB value is (200,166,108). Sum of RGB (Red+Green+Blue) = 200+166+108=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A66C is #375993. Grayscale: #A9A9A9. Windows color (decimal): -3627412 or 7120584. OLE color: 7120584.
HSL color Cylindrical-coordinate representation of color #C8A66C: hue angle of 37.83º 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 #C8A66C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 108 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.22 |
| HSL | 37.83º | 0.46% | 0.6% | - |
| HSV(B) | 37.83º | 0.46% | 0.78% | - |
| XYZ | 40.16 | 40.63 | 19.91 | - |
| YUV | 169.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 108 | 0 | 0.17 | 0.46 | 0.22 | 37.83 | 0.46 | 0.6 |
| Hex | C8 | A6 | 6C | 0 | 11 | 2E | 16 | 26 | 2E | 3C |
| Octal | 310 | 246 | 154 | 0 | 21 | 56 | 26 | 46 | 56 | 74 |
| Binary | 11001000 | 10100110 | 1101100 | 0 | 10001 | 101110 | 10110 | 100110 | 101110 | 111100 |
Color Harmonies of #C8A66C
Complementary color
Monochromatic Colors of #C8A66C
Black with #C8A66C
Text Example
Text Example
White with #C8A66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A66C; }
p { color: rgb(200,166,108); }
H1.HeaderClassName
{
color: #C8A66C;
}
.AnyTagClassName
{
color: #C8A66C;
}
</style>
background-color css
<style>
a { background-color: #C8A66C; }
a { background-color: rgb(200,166,108); }
div.DivClassName
{
background-color: #C8A66C;
}
.BgClassName
{
background-color: #C8A66C;
}
</style>
border-color css
<style>
span { border-color: #C8A66C; }
span { border-color: rgb(200,166,108); }
td.TdClassName
{
border-color: #C8A66C;
}
.TagClassName
{
border-color: #C8A66C;
}
</style>