Shades of Putty #C7A56B
Tints of Putty #C7A56B
RGB
CMYK
RGB Variations
Color information
#C7A56B (or 0xC7A56B) is known color: Putty. HEX triplet: C7, A5 and 6B. RGB value is (199,165,107). Sum of RGB (Red+Green+Blue) = 199+165+107=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A56B is #385A94. Grayscale: #A8A8A8. Windows color (decimal): -3693205 or 7054791. OLE color: 7054791.
HSL color Cylindrical-coordinate representation of color #C7A56B: hue angle of 37.83º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7A56B is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 107 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.22 |
| HSL | 37.83º | 0.45% | 0.6% | - |
| HSV(B) | 37.83º | 0.46% | 0.78% | - |
| XYZ | 39.66 | 40.11 | 19.56 | - |
| YUV | 168.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 107 | 0 | 0.17 | 0.46 | 0.22 | 37.83 | 0.45 | 0.6 |
| Hex | C7 | A5 | 6B | 0 | 11 | 2E | 16 | 26 | 2D | 3C |
| Octal | 307 | 245 | 153 | 0 | 21 | 56 | 26 | 46 | 55 | 74 |
| Binary | 11000111 | 10100101 | 1101011 | 0 | 10001 | 101110 | 10110 | 100110 | 101101 | 111100 |
Color Harmonies of #C7A56B
Complementary color
Monochromatic Colors of #C7A56B
Black with #C7A56B
Text Example
Text Example
White with #C7A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A56B; }
p { color: rgb(199,165,107); }
H1.HeaderClassName
{
color: #C7A56B;
}
.AnyTagClassName
{
color: #C7A56B;
}
</style>
background-color css
<style>
a { background-color: #C7A56B; }
a { background-color: rgb(199,165,107); }
div.DivClassName
{
background-color: #C7A56B;
}
.BgClassName
{
background-color: #C7A56B;
}
</style>
border-color css
<style>
span { border-color: #C7A56B; }
span { border-color: rgb(199,165,107); }
td.TdClassName
{
border-color: #C7A56B;
}
.TagClassName
{
border-color: #C7A56B;
}
</style>