Shades of Putty #C2AB76
Tints of Putty #C2AB76
RGB
CMYK
RGB Variations
Color information
#C2AB76 (or 0xC2AB76) is known color: Putty. HEX triplet: C2, AB and 76. RGB value is (194,171,118). Sum of RGB (Red+Green+Blue) = 194+171+118=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB76 is #3D5489. Grayscale: #ACACAC. Windows color (decimal): -4019338 or 7777218. OLE color: 7777218.
HSL color Cylindrical-coordinate representation of color #C2AB76: hue angle of 41.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2AB76 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 118 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.24 |
| HSL | 41.84º | 0.38% | 0.61% | - |
| HSV(B) | 41.84º | 0.39% | 0.76% | - |
| XYZ | 40.08 | 41.9 | 23.12 | - |
| YUV | 171.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 118 | 0 | 0.12 | 0.39 | 0.24 | 41.84 | 0.38 | 0.61 |
| Hex | C2 | AB | 76 | 0 | C | 27 | 18 | 2A | 26 | 3D |
| Octal | 302 | 253 | 166 | 0 | 14 | 47 | 30 | 52 | 46 | 75 |
| Binary | 11000010 | 10101011 | 1110110 | 0 | 1100 | 100111 | 11000 | 101010 | 100110 | 111101 |
Color Harmonies of #C2AB76
Complementary color
Monochromatic Colors of #C2AB76
Black with #C2AB76
Text Example
Text Example
White with #C2AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB76; }
p { color: rgb(194,171,118); }
H1.HeaderClassName
{
color: #C2AB76;
}
.AnyTagClassName
{
color: #C2AB76;
}
</style>
background-color css
<style>
a { background-color: #C2AB76; }
a { background-color: rgb(194,171,118); }
div.DivClassName
{
background-color: #C2AB76;
}
.BgClassName
{
background-color: #C2AB76;
}
</style>
border-color css
<style>
span { border-color: #C2AB76; }
span { border-color: rgb(194,171,118); }
td.TdClassName
{
border-color: #C2AB76;
}
.TagClassName
{
border-color: #C2AB76;
}
</style>