Shades of Putty #C7AB76
Tints of Putty #C7AB76
RGB
CMYK
RGB Variations
Color information
#C7AB76 (or 0xC7AB76) is known color: Putty. HEX triplet: C7, AB and 76. RGB value is (199,171,118). Sum of RGB (Red+Green+Blue) = 199+171+118=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB76 is #385489. Grayscale: #ADADAD. Windows color (decimal): -3691658 or 7777223. OLE color: 7777223.
HSL color Cylindrical-coordinate representation of color #C7AB76: hue angle of 39.26º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7AB76 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 118 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.22 |
| HSL | 39.26º | 0.42% | 0.62% | - |
| HSV(B) | 39.26º | 0.41% | 0.78% | - |
| XYZ | 41.39 | 42.58 | 23.18 | - |
| YUV | 173.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 118 | 0 | 0.14 | 0.41 | 0.22 | 39.26 | 0.42 | 0.62 |
| Hex | C7 | AB | 76 | 0 | E | 29 | 16 | 27 | 2A | 3E |
| Octal | 307 | 253 | 166 | 0 | 16 | 51 | 26 | 47 | 52 | 76 |
| Binary | 11000111 | 10101011 | 1110110 | 0 | 1110 | 101001 | 10110 | 100111 | 101010 | 111110 |
Color Harmonies of #C7AB76
Complementary color
Monochromatic Colors of #C7AB76
Black with #C7AB76
Text Example
Text Example
White with #C7AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB76; }
p { color: rgb(199,171,118); }
H1.HeaderClassName
{
color: #C7AB76;
}
.AnyTagClassName
{
color: #C7AB76;
}
</style>
background-color css
<style>
a { background-color: #C7AB76; }
a { background-color: rgb(199,171,118); }
div.DivClassName
{
background-color: #C7AB76;
}
.BgClassName
{
background-color: #C7AB76;
}
</style>
border-color css
<style>
span { border-color: #C7AB76; }
span { border-color: rgb(199,171,118); }
td.TdClassName
{
border-color: #C7AB76;
}
.TagClassName
{
border-color: #C7AB76;
}
</style>