Shades of Putty #C7B06A
Tints of Putty #C7B06A
RGB
CMYK
RGB Variations
Color information
#C7B06A (or 0xC7B06A) is known color: Putty. HEX triplet: C7, B0 and 6A. RGB value is (199,176,106). Sum of RGB (Red+Green+Blue) = 199+176+106=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B06A is #384F95. Grayscale: #AFAFAF. Windows color (decimal): -3690390 or 6992071. OLE color: 6992071.
HSL color Cylindrical-coordinate representation of color #C7B06A: hue angle of 45.16º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7B06A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 106 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.22 |
| HSL | 45.16º | 0.45% | 0.6% | - |
| HSV(B) | 45.16º | 0.47% | 0.78% | - |
| XYZ | 41.68 | 44.23 | 19.98 | - |
| YUV | 174.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 106 | 0 | 0.12 | 0.47 | 0.22 | 45.16 | 0.45 | 0.6 |
| Hex | C7 | B0 | 6A | 0 | C | 2F | 16 | 2D | 2D | 3C |
| Octal | 307 | 260 | 152 | 0 | 14 | 57 | 26 | 55 | 55 | 74 |
| Binary | 11000111 | 10110000 | 1101010 | 0 | 1100 | 101111 | 10110 | 101101 | 101101 | 111100 |
Color Harmonies of #C7B06A
Complementary color
Monochromatic Colors of #C7B06A
Black with #C7B06A
Text Example
Text Example
White with #C7B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B06A; }
p { color: rgb(199,176,106); }
H1.HeaderClassName
{
color: #C7B06A;
}
.AnyTagClassName
{
color: #C7B06A;
}
</style>
background-color css
<style>
a { background-color: #C7B06A; }
a { background-color: rgb(199,176,106); }
div.DivClassName
{
background-color: #C7B06A;
}
.BgClassName
{
background-color: #C7B06A;
}
</style>
border-color css
<style>
span { border-color: #C7B06A; }
span { border-color: rgb(199,176,106); }
td.TdClassName
{
border-color: #C7B06A;
}
.TagClassName
{
border-color: #C7B06A;
}
</style>