Shades of Putty #C7A46D
Tints of Putty #C7A46D
RGB
CMYK
RGB Variations
Color information
#C7A46D (or 0xC7A46D) is known color: Putty. HEX triplet: C7, A4 and 6D. RGB value is (199,164,109). Sum of RGB (Red+Green+Blue) = 199+164+109=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A46D is #385B92. Grayscale: #A8A8A8. Windows color (decimal): -3693459 or 7185607. OLE color: 7185607.
HSL color Cylindrical-coordinate representation of color #C7A46D: hue angle of 36.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7A46D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 109 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.22 |
| HSL | 36.67º | 0.45% | 0.6% | - |
| HSV(B) | 36.67º | 0.45% | 0.78% | - |
| XYZ | 39.59 | 39.8 | 20.06 | - |
| YUV | 168.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 109 | 0 | 0.18 | 0.45 | 0.22 | 36.67 | 0.45 | 0.6 |
| Hex | C7 | A4 | 6D | 0 | 12 | 2D | 16 | 25 | 2D | 3C |
| Octal | 307 | 244 | 155 | 0 | 22 | 55 | 26 | 45 | 55 | 74 |
| Binary | 11000111 | 10100100 | 1101101 | 0 | 10010 | 101101 | 10110 | 100101 | 101101 | 111100 |
Color Harmonies of #C7A46D
Complementary color
Monochromatic Colors of #C7A46D
Black with #C7A46D
Text Example
Text Example
White with #C7A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A46D; }
p { color: rgb(199,164,109); }
H1.HeaderClassName
{
color: #C7A46D;
}
.AnyTagClassName
{
color: #C7A46D;
}
</style>
background-color css
<style>
a { background-color: #C7A46D; }
a { background-color: rgb(199,164,109); }
div.DivClassName
{
background-color: #C7A46D;
}
.BgClassName
{
background-color: #C7A46D;
}
</style>
border-color css
<style>
span { border-color: #C7A46D; }
span { border-color: rgb(199,164,109); }
td.TdClassName
{
border-color: #C7A46D;
}
.TagClassName
{
border-color: #C7A46D;
}
</style>