Shades of Putty #C7AA6A
Tints of Putty #C7AA6A
RGB
CMYK
RGB Variations
Color information
#C7AA6A (or 0xC7AA6A) is known color: Putty. HEX triplet: C7, AA and 6A. RGB value is (199,170,106). Sum of RGB (Red+Green+Blue) = 199+170+106=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA6A is #385595. Grayscale: #ABABAB. Windows color (decimal): -3691926 or 6990535. OLE color: 6990535.
HSL color Cylindrical-coordinate representation of color #C7AA6A: hue angle of 41.29º 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 #C7AA6A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 106 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.22 |
| HSL | 41.29º | 0.45% | 0.6% | - |
| HSV(B) | 41.29º | 0.47% | 0.78% | - |
| XYZ | 40.53 | 41.93 | 19.59 | - |
| YUV | 171.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 106 | 0 | 0.15 | 0.47 | 0.22 | 41.29 | 0.45 | 0.6 |
| Hex | C7 | AA | 6A | 0 | F | 2F | 16 | 29 | 2D | 3C |
| Octal | 307 | 252 | 152 | 0 | 17 | 57 | 26 | 51 | 55 | 74 |
| Binary | 11000111 | 10101010 | 1101010 | 0 | 1111 | 101111 | 10110 | 101001 | 101101 | 111100 |
Color Harmonies of #C7AA6A
Complementary color
Monochromatic Colors of #C7AA6A
Black with #C7AA6A
Text Example
Text Example
White with #C7AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA6A; }
p { color: rgb(199,170,106); }
H1.HeaderClassName
{
color: #C7AA6A;
}
.AnyTagClassName
{
color: #C7AA6A;
}
</style>
background-color css
<style>
a { background-color: #C7AA6A; }
a { background-color: rgb(199,170,106); }
div.DivClassName
{
background-color: #C7AA6A;
}
.BgClassName
{
background-color: #C7AA6A;
}
</style>
border-color css
<style>
span { border-color: #C7AA6A; }
span { border-color: rgb(199,170,106); }
td.TdClassName
{
border-color: #C7AA6A;
}
.TagClassName
{
border-color: #C7AA6A;
}
</style>