Shades of Putty #C8A577
Tints of Putty #C8A577
RGB
CMYK
RGB Variations
Color information
#C8A577 (or 0xC8A577) is known color: Putty. HEX triplet: C8, A5 and 77. RGB value is (200,165,119). Sum of RGB (Red+Green+Blue) = 200+165+119=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A577 is #375A88. Grayscale: #AAAAAA. Windows color (decimal): -3627657 or 7841224. OLE color: 7841224.
HSL color Cylindrical-coordinate representation of color #C8A577: hue angle of 34.07º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8A577 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 119 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.22 |
| HSL | 34.07º | 0.42% | 0.63% | - |
| HSV(B) | 34.07º | 0.41% | 0.78% | - |
| XYZ | 40.6 | 40.52 | 23.13 | - |
| YUV | 170.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 119 | 0 | 0.18 | 0.40 | 0.22 | 34.07 | 0.42 | 0.63 |
| Hex | C8 | A5 | 77 | 0 | 12 | 28 | 16 | 22 | 2A | 3F |
| Octal | 310 | 245 | 167 | 0 | 22 | 50 | 26 | 42 | 52 | 77 |
| Binary | 11001000 | 10100101 | 1110111 | 0 | 10010 | 101000 | 10110 | 100010 | 101010 | 111111 |
Color Harmonies of #C8A577
Complementary color
Monochromatic Colors of #C8A577
Black with #C8A577
Text Example
Text Example
White with #C8A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A577; }
p { color: rgb(200,165,119); }
H1.HeaderClassName
{
color: #C8A577;
}
.AnyTagClassName
{
color: #C8A577;
}
</style>
background-color css
<style>
a { background-color: #C8A577; }
a { background-color: rgb(200,165,119); }
div.DivClassName
{
background-color: #C8A577;
}
.BgClassName
{
background-color: #C8A577;
}
</style>
border-color css
<style>
span { border-color: #C8A577; }
span { border-color: rgb(200,165,119); }
td.TdClassName
{
border-color: #C8A577;
}
.TagClassName
{
border-color: #C8A577;
}
</style>