Shades of Putty #C8B070
Tints of Putty #C8B070
RGB
CMYK
RGB Variations
Color information
#C8B070 (or 0xC8B070) is known color: Putty. HEX triplet: C8, B0 and 70. RGB value is (200,176,112). Sum of RGB (Red+Green+Blue) = 200+176+112=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B070 is #374F8F. Grayscale: #B0B0B0. Windows color (decimal): -3624848 or 7385288. OLE color: 7385288.
HSL color Cylindrical-coordinate representation of color #C8B070: hue angle of 43.64º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B070 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 112 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.22 |
| HSL | 43.64º | 0.44% | 0.61% | - |
| HSV(B) | 43.64º | 0.44% | 0.78% | - |
| XYZ | 42.27 | 44.5 | 21.69 | - |
| YUV | 175.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 112 | 0 | 0.12 | 0.44 | 0.22 | 43.64 | 0.44 | 0.61 |
| Hex | C8 | B0 | 70 | 0 | C | 2C | 16 | 2C | 2C | 3D |
| Octal | 310 | 260 | 160 | 0 | 14 | 54 | 26 | 54 | 54 | 75 |
| Binary | 11001000 | 10110000 | 1110000 | 0 | 1100 | 101100 | 10110 | 101100 | 101100 | 111101 |
Color Harmonies of #C8B070
Complementary color
Monochromatic Colors of #C8B070
Black with #C8B070
Text Example
Text Example
White with #C8B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B070; }
p { color: rgb(200,176,112); }
H1.HeaderClassName
{
color: #C8B070;
}
.AnyTagClassName
{
color: #C8B070;
}
</style>
background-color css
<style>
a { background-color: #C8B070; }
a { background-color: rgb(200,176,112); }
div.DivClassName
{
background-color: #C8B070;
}
.BgClassName
{
background-color: #C8B070;
}
</style>
border-color css
<style>
span { border-color: #C8B070; }
span { border-color: rgb(200,176,112); }
td.TdClassName
{
border-color: #C8B070;
}
.TagClassName
{
border-color: #C8B070;
}
</style>