Shades of Putty #C4AB6B
Tints of Putty #C4AB6B
RGB
CMYK
RGB Variations
Color information
#C4AB6B (or 0xC4AB6B) is known color: Putty. HEX triplet: C4, AB and 6B. RGB value is (196,171,107). Sum of RGB (Red+Green+Blue) = 196+171+107=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB6B is #3B5494. Grayscale: #ABABAB. Windows color (decimal): -3888277 or 7056324. OLE color: 7056324.
HSL color Cylindrical-coordinate representation of color #C4AB6B: hue angle of 43.15º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4AB6B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 107 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.23 |
| HSL | 43.15º | 0.43% | 0.59% | - |
| HSV(B) | 43.15º | 0.45% | 0.77% | - |
| XYZ | 39.98 | 41.92 | 19.89 | - |
| YUV | 171.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 107 | 0 | 0.13 | 0.45 | 0.23 | 43.15 | 0.43 | 0.59 |
| Hex | C4 | AB | 6B | 0 | D | 2D | 17 | 2B | 2B | 3B |
| Octal | 304 | 253 | 153 | 0 | 15 | 55 | 27 | 53 | 53 | 73 |
| Binary | 11000100 | 10101011 | 1101011 | 0 | 1101 | 101101 | 10111 | 101011 | 101011 | 111011 |
Color Harmonies of #C4AB6B
Complementary color
Monochromatic Colors of #C4AB6B
Black with #C4AB6B
Text Example
Text Example
White with #C4AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB6B; }
p { color: rgb(196,171,107); }
H1.HeaderClassName
{
color: #C4AB6B;
}
.AnyTagClassName
{
color: #C4AB6B;
}
</style>
background-color css
<style>
a { background-color: #C4AB6B; }
a { background-color: rgb(196,171,107); }
div.DivClassName
{
background-color: #C4AB6B;
}
.BgClassName
{
background-color: #C4AB6B;
}
</style>
border-color css
<style>
span { border-color: #C4AB6B; }
span { border-color: rgb(196,171,107); }
td.TdClassName
{
border-color: #C4AB6B;
}
.TagClassName
{
border-color: #C4AB6B;
}
</style>