Shades of Putty #C8A56D
Tints of Putty #C8A56D
RGB
CMYK
RGB Variations
Color information
#C8A56D (or 0xC8A56D) is known color: Putty. HEX triplet: C8, A5 and 6D. RGB value is (200,165,109). Sum of RGB (Red+Green+Blue) = 200+165+109=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A56D is #375A92. Grayscale: #A9A9A9. Windows color (decimal): -3627667 or 7185864. OLE color: 7185864.
HSL color Cylindrical-coordinate representation of color #C8A56D: hue angle of 36.92º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8A56D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 36.92º | 0.45% | 0.61% | - |
| HSV(B) | 36.92º | 0.46% | 0.78% | - |
| XYZ | 40.03 | 40.29 | 20.14 | - |
| YUV | 169.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 109 | 0 | 0.18 | 0.46 | 0.22 | 36.92 | 0.45 | 0.61 |
| Hex | C8 | A5 | 6D | 0 | 12 | 2E | 16 | 25 | 2D | 3D |
| Octal | 310 | 245 | 155 | 0 | 22 | 56 | 26 | 45 | 55 | 75 |
| Binary | 11001000 | 10100101 | 1101101 | 0 | 10010 | 101110 | 10110 | 100101 | 101101 | 111101 |
Color Harmonies of #C8A56D
Complementary color
Monochromatic Colors of #C8A56D
Black with #C8A56D
Text Example
Text Example
White with #C8A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A56D; }
p { color: rgb(200,165,109); }
H1.HeaderClassName
{
color: #C8A56D;
}
.AnyTagClassName
{
color: #C8A56D;
}
</style>
background-color css
<style>
a { background-color: #C8A56D; }
a { background-color: rgb(200,165,109); }
div.DivClassName
{
background-color: #C8A56D;
}
.BgClassName
{
background-color: #C8A56D;
}
</style>
border-color css
<style>
span { border-color: #C8A56D; }
span { border-color: rgb(200,165,109); }
td.TdClassName
{
border-color: #C8A56D;
}
.TagClassName
{
border-color: #C8A56D;
}
</style>