Shades of Putty #C7AB6C
Tints of Putty #C7AB6C
RGB
CMYK
RGB Variations
Color information
#C7AB6C (or 0xC7AB6C) is known color: Putty. HEX triplet: C7, AB and 6C. RGB value is (199,171,108). Sum of RGB (Red+Green+Blue) = 199+171+108=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB6C is #385493. Grayscale: #ACACAC. Windows color (decimal): -3691668 or 7121863. OLE color: 7121863.
HSL color Cylindrical-coordinate representation of color #C7AB6C: hue angle of 41.54º 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 #C7AB6C is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 108 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.22 |
| HSL | 41.54º | 0.45% | 0.6% | - |
| HSV(B) | 41.54º | 0.46% | 0.78% | - |
| XYZ | 40.82 | 42.35 | 20.21 | - |
| YUV | 172.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 108 | 0 | 0.14 | 0.46 | 0.22 | 41.54 | 0.45 | 0.6 |
| Hex | C7 | AB | 6C | 0 | E | 2E | 16 | 2A | 2D | 3C |
| Octal | 307 | 253 | 154 | 0 | 16 | 56 | 26 | 52 | 55 | 74 |
| Binary | 11000111 | 10101011 | 1101100 | 0 | 1110 | 101110 | 10110 | 101010 | 101101 | 111100 |
Color Harmonies of #C7AB6C
Complementary color
Monochromatic Colors of #C7AB6C
Black with #C7AB6C
Text Example
Text Example
White with #C7AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB6C; }
p { color: rgb(199,171,108); }
H1.HeaderClassName
{
color: #C7AB6C;
}
.AnyTagClassName
{
color: #C7AB6C;
}
</style>
background-color css
<style>
a { background-color: #C7AB6C; }
a { background-color: rgb(199,171,108); }
div.DivClassName
{
background-color: #C7AB6C;
}
.BgClassName
{
background-color: #C7AB6C;
}
</style>
border-color css
<style>
span { border-color: #C7AB6C; }
span { border-color: rgb(199,171,108); }
td.TdClassName
{
border-color: #C7AB6C;
}
.TagClassName
{
border-color: #C7AB6C;
}
</style>