Shades of Putty #C7A66F
Tints of Putty #C7A66F
RGB
CMYK
RGB Variations
Color information
#C7A66F (or 0xC7A66F) is known color: Putty. HEX triplet: C7, A6 and 6F. RGB value is (199,166,111). Sum of RGB (Red+Green+Blue) = 199+166+111=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A66F is #385990. Grayscale: #A9A9A9. Windows color (decimal): -3692945 or 7317191. OLE color: 7317191.
HSL color Cylindrical-coordinate representation of color #C7A66F: hue angle of 37.5º 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 #C7A66F is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 111 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.22 |
| HSL | 37.5º | 0.44% | 0.61% | - |
| HSV(B) | 37.5º | 0.44% | 0.78% | - |
| XYZ | 40.06 | 40.56 | 20.76 | - |
| YUV | 169.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 111 | 0 | 0.17 | 0.44 | 0.22 | 37.5 | 0.44 | 0.61 |
| Hex | C7 | A6 | 6F | 0 | 11 | 2C | 16 | 26 | 2C | 3D |
| Octal | 307 | 246 | 157 | 0 | 21 | 54 | 26 | 46 | 54 | 75 |
| Binary | 11000111 | 10100110 | 1101111 | 0 | 10001 | 101100 | 10110 | 100110 | 101100 | 111101 |
Color Harmonies of #C7A66F
Complementary color
Monochromatic Colors of #C7A66F
Black with #C7A66F
Text Example
Text Example
White with #C7A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A66F; }
p { color: rgb(199,166,111); }
H1.HeaderClassName
{
color: #C7A66F;
}
.AnyTagClassName
{
color: #C7A66F;
}
</style>
background-color css
<style>
a { background-color: #C7A66F; }
a { background-color: rgb(199,166,111); }
div.DivClassName
{
background-color: #C7A66F;
}
.BgClassName
{
background-color: #C7A66F;
}
</style>
border-color css
<style>
span { border-color: #C7A66F; }
span { border-color: rgb(199,166,111); }
td.TdClassName
{
border-color: #C7A66F;
}
.TagClassName
{
border-color: #C7A66F;
}
</style>