Shades of Putty #C7B172
Tints of Putty #C7B172
RGB
CMYK
RGB Variations
Color information
#C7B172 (or 0xC7B172) is known color: Putty. HEX triplet: C7, B1 and 72. RGB value is (199,177,114). Sum of RGB (Red+Green+Blue) = 199+177+114=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B172 is #384E8D. Grayscale: #B0B0B0. Windows color (decimal): -3690126 or 7516615. OLE color: 7516615.
HSL color Cylindrical-coordinate representation of color #C7B172: hue angle of 44.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7B172 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 114 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.22 |
| HSL | 44.47º | 0.43% | 0.61% | - |
| HSV(B) | 44.47º | 0.43% | 0.78% | - |
| XYZ | 42.31 | 44.8 | 22.34 | - |
| YUV | 176.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 114 | 0 | 0.11 | 0.43 | 0.22 | 44.47 | 0.43 | 0.61 |
| Hex | C7 | B1 | 72 | 0 | B | 2B | 16 | 2C | 2B | 3D |
| Octal | 307 | 261 | 162 | 0 | 13 | 53 | 26 | 54 | 53 | 75 |
| Binary | 11000111 | 10110001 | 1110010 | 0 | 1011 | 101011 | 10110 | 101100 | 101011 | 111101 |
Color Harmonies of #C7B172
Complementary color
Monochromatic Colors of #C7B172
Black with #C7B172
Text Example
Text Example
White with #C7B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B172; }
p { color: rgb(199,177,114); }
H1.HeaderClassName
{
color: #C7B172;
}
.AnyTagClassName
{
color: #C7B172;
}
</style>
background-color css
<style>
a { background-color: #C7B172; }
a { background-color: rgb(199,177,114); }
div.DivClassName
{
background-color: #C7B172;
}
.BgClassName
{
background-color: #C7B172;
}
</style>
border-color css
<style>
span { border-color: #C7B172; }
span { border-color: rgb(199,177,114); }
td.TdClassName
{
border-color: #C7B172;
}
.TagClassName
{
border-color: #C7B172;
}
</style>