Shades of Putty #C7B170
Tints of Putty #C7B170
RGB
CMYK
RGB Variations
Color information
#C7B170 (or 0xC7B170) is known color: Putty. HEX triplet: C7, B1 and 70. RGB value is (199,177,112). Sum of RGB (Red+Green+Blue) = 199+177+112=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B170 is #384E8F. Grayscale: #B0B0B0. Windows color (decimal): -3690128 or 7385543. OLE color: 7385543.
HSL color Cylindrical-coordinate representation of color #C7B170: hue angle of 44.83º 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 #C7B170 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 112 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.22 |
| HSL | 44.83º | 0.44% | 0.61% | - |
| HSV(B) | 44.83º | 0.44% | 0.78% | - |
| XYZ | 42.2 | 44.76 | 21.74 | - |
| YUV | 176.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 112 | 0 | 0.11 | 0.44 | 0.22 | 44.83 | 0.44 | 0.61 |
| Hex | C7 | B1 | 70 | 0 | B | 2C | 16 | 2D | 2C | 3D |
| Octal | 307 | 261 | 160 | 0 | 13 | 54 | 26 | 55 | 54 | 75 |
| Binary | 11000111 | 10110001 | 1110000 | 0 | 1011 | 101100 | 10110 | 101101 | 101100 | 111101 |
Color Harmonies of #C7B170
Complementary color
Monochromatic Colors of #C7B170
Black with #C7B170
Text Example
Text Example
White with #C7B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B170; }
p { color: rgb(199,177,112); }
H1.HeaderClassName
{
color: #C7B170;
}
.AnyTagClassName
{
color: #C7B170;
}
</style>
background-color css
<style>
a { background-color: #C7B170; }
a { background-color: rgb(199,177,112); }
div.DivClassName
{
background-color: #C7B170;
}
.BgClassName
{
background-color: #C7B170;
}
</style>
border-color css
<style>
span { border-color: #C7B170; }
span { border-color: rgb(199,177,112); }
td.TdClassName
{
border-color: #C7B170;
}
.TagClassName
{
border-color: #C7B170;
}
</style>