Shades of Putty #C4AB6F
Tints of Putty #C4AB6F
RGB
CMYK
RGB Variations
Color information
#C4AB6F (or 0xC4AB6F) is known color: Putty. HEX triplet: C4, AB and 6F. RGB value is (196,171,111). Sum of RGB (Red+Green+Blue) = 196+171+111=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB6F is #3B5490. Grayscale: #ABABAB. Windows color (decimal): -3888273 or 7318468. OLE color: 7318468.
HSL color Cylindrical-coordinate representation of color #C4AB6F: hue angle of 42.35º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4AB6F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 111 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.23 |
| HSL | 42.35º | 0.42% | 0.6% | - |
| HSV(B) | 42.35º | 0.43% | 0.77% | - |
| XYZ | 40.2 | 42.01 | 21.03 | - |
| YUV | 171.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 111 | 0 | 0.13 | 0.43 | 0.23 | 42.35 | 0.42 | 0.6 |
| Hex | C4 | AB | 6F | 0 | D | 2B | 17 | 2A | 2A | 3C |
| Octal | 304 | 253 | 157 | 0 | 15 | 53 | 27 | 52 | 52 | 74 |
| Binary | 11000100 | 10101011 | 1101111 | 0 | 1101 | 101011 | 10111 | 101010 | 101010 | 111100 |
Color Harmonies of #C4AB6F
Complementary color
Monochromatic Colors of #C4AB6F
Black with #C4AB6F
Text Example
Text Example
White with #C4AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB6F; }
p { color: rgb(196,171,111); }
H1.HeaderClassName
{
color: #C4AB6F;
}
.AnyTagClassName
{
color: #C4AB6F;
}
</style>
background-color css
<style>
a { background-color: #C4AB6F; }
a { background-color: rgb(196,171,111); }
div.DivClassName
{
background-color: #C4AB6F;
}
.BgClassName
{
background-color: #C4AB6F;
}
</style>
border-color css
<style>
span { border-color: #C4AB6F; }
span { border-color: rgb(196,171,111); }
td.TdClassName
{
border-color: #C4AB6F;
}
.TagClassName
{
border-color: #C4AB6F;
}
</style>