Shades of Putty #C4AB75
Tints of Putty #C4AB75
RGB
CMYK
RGB Variations
Color information
#C4AB75 (or 0xC4AB75) is known color: Putty. HEX triplet: C4, AB and 75. RGB value is (196,171,117). Sum of RGB (Red+Green+Blue) = 196+171+117=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB75 is #3B548A. Grayscale: #ACACAC. Windows color (decimal): -3888267 or 7711684. OLE color: 7711684.
HSL color Cylindrical-coordinate representation of color #C4AB75: hue angle of 41.01º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4AB75 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 117 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.23 |
| HSL | 41.01º | 0.4% | 0.61% | - |
| HSV(B) | 41.01º | 0.4% | 0.77% | - |
| XYZ | 40.54 | 42.15 | 22.83 | - |
| YUV | 172.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 117 | 0 | 0.13 | 0.40 | 0.23 | 41.01 | 0.4 | 0.61 |
| Hex | C4 | AB | 75 | 0 | D | 28 | 17 | 29 | 28 | 3D |
| Octal | 304 | 253 | 165 | 0 | 15 | 50 | 27 | 51 | 50 | 75 |
| Binary | 11000100 | 10101011 | 1110101 | 0 | 1101 | 101000 | 10111 | 101001 | 101000 | 111101 |
Color Harmonies of #C4AB75
Complementary color
Monochromatic Colors of #C4AB75
Black with #C4AB75
Text Example
Text Example
White with #C4AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB75; }
p { color: rgb(196,171,117); }
H1.HeaderClassName
{
color: #C4AB75;
}
.AnyTagClassName
{
color: #C4AB75;
}
</style>
background-color css
<style>
a { background-color: #C4AB75; }
a { background-color: rgb(196,171,117); }
div.DivClassName
{
background-color: #C4AB75;
}
.BgClassName
{
background-color: #C4AB75;
}
</style>
border-color css
<style>
span { border-color: #C4AB75; }
span { border-color: rgb(196,171,117); }
td.TdClassName
{
border-color: #C4AB75;
}
.TagClassName
{
border-color: #C4AB75;
}
</style>