Shades of Putty #C4AB77
Tints of Putty #C4AB77
RGB
CMYK
RGB Variations
Color information
#C4AB77 (or 0xC4AB77) is known color: Putty. HEX triplet: C4, AB and 77. RGB value is (196,171,119). Sum of RGB (Red+Green+Blue) = 196+171+119=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB77 is #3B5488. Grayscale: #ACACAC. Windows color (decimal): -3888265 or 7842756. OLE color: 7842756.
HSL color Cylindrical-coordinate representation of color #C4AB77: hue angle of 40.52º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4AB77 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 119 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.23 |
| HSL | 40.52º | 0.39% | 0.62% | - |
| HSV(B) | 40.52º | 0.39% | 0.77% | - |
| XYZ | 40.66 | 42.19 | 23.45 | - |
| YUV | 172.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 119 | 0 | 0.13 | 0.39 | 0.23 | 40.52 | 0.39 | 0.62 |
| Hex | C4 | AB | 77 | 0 | D | 27 | 17 | 29 | 27 | 3E |
| Octal | 304 | 253 | 167 | 0 | 15 | 47 | 27 | 51 | 47 | 76 |
| Binary | 11000100 | 10101011 | 1110111 | 0 | 1101 | 100111 | 10111 | 101001 | 100111 | 111110 |
Color Harmonies of #C4AB77
Complementary color
Monochromatic Colors of #C4AB77
Black with #C4AB77
Text Example
Text Example
White with #C4AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB77; }
p { color: rgb(196,171,119); }
H1.HeaderClassName
{
color: #C4AB77;
}
.AnyTagClassName
{
color: #C4AB77;
}
</style>
background-color css
<style>
a { background-color: #C4AB77; }
a { background-color: rgb(196,171,119); }
div.DivClassName
{
background-color: #C4AB77;
}
.BgClassName
{
background-color: #C4AB77;
}
</style>
border-color css
<style>
span { border-color: #C4AB77; }
span { border-color: rgb(196,171,119); }
td.TdClassName
{
border-color: #C4AB77;
}
.TagClassName
{
border-color: #C4AB77;
}
</style>