Shades of Putty #C8B670
Tints of Putty #C8B670
RGB
CMYK
RGB Variations
Color information
#C8B670 (or 0xC8B670) is known color: Putty. HEX triplet: C8, B6 and 70. RGB value is (200,182,112). Sum of RGB (Red+Green+Blue) = 200+182+112=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B670 is #37498F. Grayscale: #B3B3B3. Windows color (decimal): -3623312 or 7386824. OLE color: 7386824.
HSL color Cylindrical-coordinate representation of color #C8B670: hue angle of 47.73º 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 #C8B670 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 112 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.22 |
| HSL | 47.73º | 0.44% | 0.61% | - |
| HSV(B) | 47.73º | 0.44% | 0.78% | - |
| XYZ | 43.47 | 46.91 | 22.09 | - |
| YUV | 179.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 112 | 0 | 0.09 | 0.44 | 0.22 | 47.73 | 0.44 | 0.61 |
| Hex | C8 | B6 | 70 | 0 | 9 | 2C | 16 | 30 | 2C | 3D |
| Octal | 310 | 266 | 160 | 0 | 11 | 54 | 26 | 60 | 54 | 75 |
| Binary | 11001000 | 10110110 | 1110000 | 0 | 1001 | 101100 | 10110 | 110000 | 101100 | 111101 |
Color Harmonies of #C8B670
Complementary color
Monochromatic Colors of #C8B670
Black with #C8B670
Text Example
Text Example
White with #C8B670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B670; }
p { color: rgb(200,182,112); }
H1.HeaderClassName
{
color: #C8B670;
}
.AnyTagClassName
{
color: #C8B670;
}
</style>
background-color css
<style>
a { background-color: #C8B670; }
a { background-color: rgb(200,182,112); }
div.DivClassName
{
background-color: #C8B670;
}
.BgClassName
{
background-color: #C8B670;
}
</style>
border-color css
<style>
span { border-color: #C8B670; }
span { border-color: rgb(200,182,112); }
td.TdClassName
{
border-color: #C8B670;
}
.TagClassName
{
border-color: #C8B670;
}
</style>