Shades of Putty #C8A96B
Tints of Putty #C8A96B
RGB
CMYK
RGB Variations
Color information
#C8A96B (or 0xC8A96B) is known color: Putty. HEX triplet: C8, A9 and 6B. RGB value is (200,169,107). Sum of RGB (Red+Green+Blue) = 200+169+107=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A96B is #375694. Grayscale: #ABABAB. Windows color (decimal): -3626645 or 7055816. OLE color: 7055816.
HSL color Cylindrical-coordinate representation of color #C8A96B: hue angle of 40º 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 #C8A96B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 107 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.22 |
| HSL | 40º | 0.46% | 0.6% | - |
| HSV(B) | 40º | 0.47% | 0.78% | - |
| XYZ | 40.66 | 41.72 | 19.82 | - |
| YUV | 171.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 107 | 0 | 0.16 | 0.46 | 0.22 | 40 | 0.46 | 0.6 |
| Hex | C8 | A9 | 6B | 0 | 10 | 2E | 16 | 28 | 2E | 3C |
| Octal | 310 | 251 | 153 | 0 | 20 | 56 | 26 | 50 | 56 | 74 |
| Binary | 11001000 | 10101001 | 1101011 | 0 | 10000 | 101110 | 10110 | 101000 | 101110 | 111100 |
Color Harmonies of #C8A96B
Complementary color
Monochromatic Colors of #C8A96B
Black with #C8A96B
Text Example
Text Example
White with #C8A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A96B; }
p { color: rgb(200,169,107); }
H1.HeaderClassName
{
color: #C8A96B;
}
.AnyTagClassName
{
color: #C8A96B;
}
</style>
background-color css
<style>
a { background-color: #C8A96B; }
a { background-color: rgb(200,169,107); }
div.DivClassName
{
background-color: #C8A96B;
}
.BgClassName
{
background-color: #C8A96B;
}
</style>
border-color css
<style>
span { border-color: #C8A96B; }
span { border-color: rgb(200,169,107); }
td.TdClassName
{
border-color: #C8A96B;
}
.TagClassName
{
border-color: #C8A96B;
}
</style>