Shades of Putty #C7AA6B
Tints of Putty #C7AA6B
RGB
CMYK
RGB Variations
Color information
#C7AA6B (or 0xC7AA6B) is known color: Putty. HEX triplet: C7, AA and 6B. RGB value is (199,170,107). Sum of RGB (Red+Green+Blue) = 199+170+107=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA6B is #385594. Grayscale: #ABABAB. Windows color (decimal): -3691925 or 7056071. OLE color: 7056071.
HSL color Cylindrical-coordinate representation of color #C7AA6B: hue angle of 41.09º 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 #C7AA6B is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 107 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.22 |
| HSL | 41.09º | 0.45% | 0.6% | - |
| HSV(B) | 41.09º | 0.46% | 0.78% | - |
| XYZ | 40.58 | 41.95 | 19.87 | - |
| YUV | 171.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 107 | 0 | 0.15 | 0.46 | 0.22 | 41.09 | 0.45 | 0.6 |
| Hex | C7 | AA | 6B | 0 | F | 2E | 16 | 29 | 2D | 3C |
| Octal | 307 | 252 | 153 | 0 | 17 | 56 | 26 | 51 | 55 | 74 |
| Binary | 11000111 | 10101010 | 1101011 | 0 | 1111 | 101110 | 10110 | 101001 | 101101 | 111100 |
Color Harmonies of #C7AA6B
Complementary color
Monochromatic Colors of #C7AA6B
Black with #C7AA6B
Text Example
Text Example
White with #C7AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA6B; }
p { color: rgb(199,170,107); }
H1.HeaderClassName
{
color: #C7AA6B;
}
.AnyTagClassName
{
color: #C7AA6B;
}
</style>
background-color css
<style>
a { background-color: #C7AA6B; }
a { background-color: rgb(199,170,107); }
div.DivClassName
{
background-color: #C7AA6B;
}
.BgClassName
{
background-color: #C7AA6B;
}
</style>
border-color css
<style>
span { border-color: #C7AA6B; }
span { border-color: rgb(199,170,107); }
td.TdClassName
{
border-color: #C7AA6B;
}
.TagClassName
{
border-color: #C7AA6B;
}
</style>