Shades of Putty #C7AB74
Tints of Putty #C7AB74
RGB
CMYK
RGB Variations
Color information
#C7AB74 (or 0xC7AB74) is known color: Putty. HEX triplet: C7, AB and 74. RGB value is (199,171,116). Sum of RGB (Red+Green+Blue) = 199+171+116=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB74 is #38548B. Grayscale: #ADADAD. Windows color (decimal): -3691660 or 7646151. OLE color: 7646151.
HSL color Cylindrical-coordinate representation of color #C7AB74: hue angle of 39.76º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7AB74 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 116 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.22 |
| HSL | 39.76º | 0.43% | 0.62% | - |
| HSV(B) | 39.76º | 0.42% | 0.78% | - |
| XYZ | 41.27 | 42.53 | 22.56 | - |
| YUV | 173.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 116 | 0 | 0.14 | 0.42 | 0.22 | 39.76 | 0.43 | 0.62 |
| Hex | C7 | AB | 74 | 0 | E | 2A | 16 | 28 | 2B | 3E |
| Octal | 307 | 253 | 164 | 0 | 16 | 52 | 26 | 50 | 53 | 76 |
| Binary | 11000111 | 10101011 | 1110100 | 0 | 1110 | 101010 | 10110 | 101000 | 101011 | 111110 |
Color Harmonies of #C7AB74
Complementary color
Monochromatic Colors of #C7AB74
Black with #C7AB74
Text Example
Text Example
White with #C7AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB74; }
p { color: rgb(199,171,116); }
H1.HeaderClassName
{
color: #C7AB74;
}
.AnyTagClassName
{
color: #C7AB74;
}
</style>
background-color css
<style>
a { background-color: #C7AB74; }
a { background-color: rgb(199,171,116); }
div.DivClassName
{
background-color: #C7AB74;
}
.BgClassName
{
background-color: #C7AB74;
}
</style>
border-color css
<style>
span { border-color: #C7AB74; }
span { border-color: rgb(199,171,116); }
td.TdClassName
{
border-color: #C7AB74;
}
.TagClassName
{
border-color: #C7AB74;
}
</style>