Shades of Putty #C7B16E
Tints of Putty #C7B16E
RGB
CMYK
RGB Variations
Color information
#C7B16E (or 0xC7B16E) is known color: Putty. HEX triplet: C7, B1 and 6E. RGB value is (199,177,110). Sum of RGB (Red+Green+Blue) = 199+177+110=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B16E is #384E91. Grayscale: #B0B0B0. Windows color (decimal): -3690130 or 7254471. OLE color: 7254471.
HSL color Cylindrical-coordinate representation of color #C7B16E: hue angle of 45.17º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7B16E is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 110 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.22 |
| HSL | 45.17º | 0.44% | 0.61% | - |
| HSV(B) | 45.17º | 0.45% | 0.78% | - |
| XYZ | 42.09 | 44.71 | 21.16 | - |
| YUV | 175.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 110 | 0 | 0.11 | 0.45 | 0.22 | 45.17 | 0.44 | 0.61 |
| Hex | C7 | B1 | 6E | 0 | B | 2D | 16 | 2D | 2C | 3D |
| Octal | 307 | 261 | 156 | 0 | 13 | 55 | 26 | 55 | 54 | 75 |
| Binary | 11000111 | 10110001 | 1101110 | 0 | 1011 | 101101 | 10110 | 101101 | 101100 | 111101 |
Color Harmonies of #C7B16E
Complementary color
Monochromatic Colors of #C7B16E
Black with #C7B16E
Text Example
Text Example
White with #C7B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B16E; }
p { color: rgb(199,177,110); }
H1.HeaderClassName
{
color: #C7B16E;
}
.AnyTagClassName
{
color: #C7B16E;
}
</style>
background-color css
<style>
a { background-color: #C7B16E; }
a { background-color: rgb(199,177,110); }
div.DivClassName
{
background-color: #C7B16E;
}
.BgClassName
{
background-color: #C7B16E;
}
</style>
border-color css
<style>
span { border-color: #C7B16E; }
span { border-color: rgb(199,177,110); }
td.TdClassName
{
border-color: #C7B16E;
}
.TagClassName
{
border-color: #C7B16E;
}
</style>