Shades of Putty #C7B16F
Tints of Putty #C7B16F
RGB
CMYK
RGB Variations
Color information
#C7B16F (or 0xC7B16F) is known color: Putty. HEX triplet: C7, B1 and 6F. RGB value is (199,177,111). Sum of RGB (Red+Green+Blue) = 199+177+111=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B16F is #384E90. Grayscale: #B0B0B0. Windows color (decimal): -3690129 or 7320007. OLE color: 7320007.
HSL color Cylindrical-coordinate representation of color #C7B16F: hue angle of 45º 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 #C7B16F is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 111 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.22 |
| HSL | 45º | 0.44% | 0.61% | - |
| HSV(B) | 45º | 0.44% | 0.78% | - |
| XYZ | 42.14 | 44.73 | 21.45 | - |
| YUV | 176.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 111 | 0 | 0.11 | 0.44 | 0.22 | 45 | 0.44 | 0.61 |
| Hex | C7 | B1 | 6F | 0 | B | 2C | 16 | 2D | 2C | 3D |
| Octal | 307 | 261 | 157 | 0 | 13 | 54 | 26 | 55 | 54 | 75 |
| Binary | 11000111 | 10110001 | 1101111 | 0 | 1011 | 101100 | 10110 | 101101 | 101100 | 111101 |
Color Harmonies of #C7B16F
Complementary color
Monochromatic Colors of #C7B16F
Black with #C7B16F
Text Example
Text Example
White with #C7B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B16F; }
p { color: rgb(199,177,111); }
H1.HeaderClassName
{
color: #C7B16F;
}
.AnyTagClassName
{
color: #C7B16F;
}
</style>
background-color css
<style>
a { background-color: #C7B16F; }
a { background-color: rgb(199,177,111); }
div.DivClassName
{
background-color: #C7B16F;
}
.BgClassName
{
background-color: #C7B16F;
}
</style>
border-color css
<style>
span { border-color: #C7B16F; }
span { border-color: rgb(199,177,111); }
td.TdClassName
{
border-color: #C7B16F;
}
.TagClassName
{
border-color: #C7B16F;
}
</style>