Shades of Putty #C4AB76
Tints of Putty #C4AB76
RGB
CMYK
RGB Variations
Color information
#C4AB76 (or 0xC4AB76) is known color: Putty. HEX triplet: C4, AB and 76. RGB value is (196,171,118). Sum of RGB (Red+Green+Blue) = 196+171+118=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB76 is #3B5489. Grayscale: #ACACAC. Windows color (decimal): -3888266 or 7777220. OLE color: 7777220.
HSL color Cylindrical-coordinate representation of color #C4AB76: hue angle of 40.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4AB76 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 118 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.23 |
| HSL | 40.77º | 0.4% | 0.62% | - |
| HSV(B) | 40.77º | 0.4% | 0.77% | - |
| XYZ | 40.6 | 42.17 | 23.14 | - |
| YUV | 172.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 118 | 0 | 0.13 | 0.40 | 0.23 | 40.77 | 0.4 | 0.62 |
| Hex | C4 | AB | 76 | 0 | D | 28 | 17 | 29 | 28 | 3E |
| Octal | 304 | 253 | 166 | 0 | 15 | 50 | 27 | 51 | 50 | 76 |
| Binary | 11000100 | 10101011 | 1110110 | 0 | 1101 | 101000 | 10111 | 101001 | 101000 | 111110 |
Color Harmonies of #C4AB76
Complementary color
Monochromatic Colors of #C4AB76
Black with #C4AB76
Text Example
Text Example
White with #C4AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB76; }
p { color: rgb(196,171,118); }
H1.HeaderClassName
{
color: #C4AB76;
}
.AnyTagClassName
{
color: #C4AB76;
}
</style>
background-color css
<style>
a { background-color: #C4AB76; }
a { background-color: rgb(196,171,118); }
div.DivClassName
{
background-color: #C4AB76;
}
.BgClassName
{
background-color: #C4AB76;
}
</style>
border-color css
<style>
span { border-color: #C4AB76; }
span { border-color: rgb(196,171,118); }
td.TdClassName
{
border-color: #C4AB76;
}
.TagClassName
{
border-color: #C4AB76;
}
</style>