Shades of Putty #C8B078
Tints of Putty #C8B078
RGB
CMYK
RGB Variations
Color information
#C8B078 (or 0xC8B078) is known color: Putty. HEX triplet: C8, B0 and 78. RGB value is (200,176,120). Sum of RGB (Red+Green+Blue) = 200+176+120=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B078 is #374F87. Grayscale: #B1B1B1. Windows color (decimal): -3624840 or 7909576. OLE color: 7909576.
HSL color Cylindrical-coordinate representation of color #C8B078: hue angle of 42º 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 #C8B078 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 120 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.22 |
| HSL | 42º | 0.42% | 0.63% | - |
| HSV(B) | 42º | 0.4% | 0.78% | - |
| XYZ | 42.73 | 44.69 | 24.14 | - |
| YUV | 176.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 120 | 0 | 0.12 | 0.4 | 0.22 | 42 | 0.42 | 0.63 |
| Hex | C8 | B0 | 78 | 0 | C | 28 | 16 | 2A | 2A | 3F |
| Octal | 310 | 260 | 170 | 0 | 14 | 50 | 26 | 52 | 52 | 77 |
| Binary | 11001000 | 10110000 | 1111000 | 0 | 1100 | 101000 | 10110 | 101010 | 101010 | 111111 |
Color Harmonies of #C8B078
Complementary color
Monochromatic Colors of #C8B078
Black with #C8B078
Text Example
Text Example
White with #C8B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B078; }
p { color: rgb(200,176,120); }
H1.HeaderClassName
{
color: #C8B078;
}
.AnyTagClassName
{
color: #C8B078;
}
</style>
background-color css
<style>
a { background-color: #C8B078; }
a { background-color: rgb(200,176,120); }
div.DivClassName
{
background-color: #C8B078;
}
.BgClassName
{
background-color: #C8B078;
}
</style>
border-color css
<style>
span { border-color: #C8B078; }
span { border-color: rgb(200,176,120); }
td.TdClassName
{
border-color: #C8B078;
}
.TagClassName
{
border-color: #C8B078;
}
</style>