Shades of Putty #C7AC6A
Tints of Putty #C7AC6A
RGB
CMYK
RGB Variations
Color information
#C7AC6A (or 0xC7AC6A) is known color: Putty. HEX triplet: C7, AC and 6A. RGB value is (199,172,106). Sum of RGB (Red+Green+Blue) = 199+172+106=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC6A is #385395. Grayscale: #ACACAC. Windows color (decimal): -3691414 or 6991047. OLE color: 6991047.
HSL color Cylindrical-coordinate representation of color #C7AC6A: hue angle of 42.58º 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 #C7AC6A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 172 | 106 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.22 |
| HSL | 42.58º | 0.45% | 0.6% | - |
| HSV(B) | 42.58º | 0.47% | 0.78% | - |
| XYZ | 40.91 | 42.69 | 19.72 | - |
| YUV | 172.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 106 | 0 | 0.14 | 0.47 | 0.22 | 42.58 | 0.45 | 0.6 |
| Hex | C7 | AC | 6A | 0 | E | 2F | 16 | 2B | 2D | 3C |
| Octal | 307 | 254 | 152 | 0 | 16 | 57 | 26 | 53 | 55 | 74 |
| Binary | 11000111 | 10101100 | 1101010 | 0 | 1110 | 101111 | 10110 | 101011 | 101101 | 111100 |
Color Harmonies of #C7AC6A
Complementary color
Monochromatic Colors of #C7AC6A
Black with #C7AC6A
Text Example
Text Example
White with #C7AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AC6A; }
p { color: rgb(199,172,106); }
H1.HeaderClassName
{
color: #C7AC6A;
}
.AnyTagClassName
{
color: #C7AC6A;
}
</style>
background-color css
<style>
a { background-color: #C7AC6A; }
a { background-color: rgb(199,172,106); }
div.DivClassName
{
background-color: #C7AC6A;
}
.BgClassName
{
background-color: #C7AC6A;
}
</style>
border-color css
<style>
span { border-color: #C7AC6A; }
span { border-color: rgb(199,172,106); }
td.TdClassName
{
border-color: #C7AC6A;
}
.TagClassName
{
border-color: #C7AC6A;
}
</style>