Shades of Putty #C8A56C
Tints of Putty #C8A56C
RGB
CMYK
RGB Variations
Color information
#C8A56C (or 0xC8A56C) is known color: Putty. HEX triplet: C8, A5 and 6C. RGB value is (200,165,108). Sum of RGB (Red+Green+Blue) = 200+165+108=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A56C is #375A93. Grayscale: #A9A9A9. Windows color (decimal): -3627668 or 7120328. OLE color: 7120328.
HSL color Cylindrical-coordinate representation of color #C8A56C: hue angle of 37.17º 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 #C8A56C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 108 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 37.17º | 0.46% | 0.6% | - |
| HSV(B) | 37.17º | 0.46% | 0.78% | - |
| XYZ | 39.98 | 40.27 | 19.85 | - |
| YUV | 168.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 108 | 0 | 0.18 | 0.46 | 0.22 | 37.17 | 0.46 | 0.6 |
| Hex | C8 | A5 | 6C | 0 | 12 | 2E | 16 | 25 | 2E | 3C |
| Octal | 310 | 245 | 154 | 0 | 22 | 56 | 26 | 45 | 56 | 74 |
| Binary | 11001000 | 10100101 | 1101100 | 0 | 10010 | 101110 | 10110 | 100101 | 101110 | 111100 |
Color Harmonies of #C8A56C
Complementary color
Monochromatic Colors of #C8A56C
Black with #C8A56C
Text Example
Text Example
White with #C8A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A56C; }
p { color: rgb(200,165,108); }
H1.HeaderClassName
{
color: #C8A56C;
}
.AnyTagClassName
{
color: #C8A56C;
}
</style>
background-color css
<style>
a { background-color: #C8A56C; }
a { background-color: rgb(200,165,108); }
div.DivClassName
{
background-color: #C8A56C;
}
.BgClassName
{
background-color: #C8A56C;
}
</style>
border-color css
<style>
span { border-color: #C8A56C; }
span { border-color: rgb(200,165,108); }
td.TdClassName
{
border-color: #C8A56C;
}
.TagClassName
{
border-color: #C8A56C;
}
</style>