Shades of Kidnapper #C4C4AB
Tints of Kidnapper #C4C4AB
RGB
CMYK
RGB Variations
Color information
#C4C4AB (or 0xC4C4AB) is known color: Kidnapper. HEX triplet: C4, C4 and AB. RGB value is (196,196,171). Sum of RGB (Red+Green+Blue) = 196+196+171=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C4AB is #3B3B54. Grayscale: #C1C1C1. Windows color (decimal): -3881813 or 11257028. OLE color: 11257028.
HSL color Cylindrical-coordinate representation of color #C4C4AB: hue angle of 60º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C4AB is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 171 | - |
| CMYK | 0 | 0 | 0.13 | 0.23 |
| HSL | 60º | 0.17% | 0.72% | - |
| HSV(B) | 60º | 0.13% | 0.77% | - |
| XYZ | 49.86 | 54.16 | 46.35 | - |
| YUV | 193.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 171 | 0 | 0 | 0.13 | 0.23 | 60 | 0.17 | 0.72 |
| Hex | C4 | C4 | AB | 0 | 0 | D | 17 | 3C | 11 | 48 |
| Octal | 304 | 304 | 253 | 0 | 0 | 15 | 27 | 74 | 21 | 110 |
| Binary | 11000100 | 11000100 | 10101011 | 0 | 0 | 1101 | 10111 | 111100 | 10001 | 1001000 |
Color Harmonies of #C4C4AB
Complementary color
Monochromatic Colors of #C4C4AB
Black with #C4C4AB
Text Example
Text Example
White with #C4C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C4AB; }
p { color: rgb(196,196,171); }
H1.HeaderClassName
{
color: #C4C4AB;
}
.AnyTagClassName
{
color: #C4C4AB;
}
</style>
background-color css
<style>
a { background-color: #C4C4AB; }
a { background-color: rgb(196,196,171); }
div.DivClassName
{
background-color: #C4C4AB;
}
.BgClassName
{
background-color: #C4C4AB;
}
</style>
border-color css
<style>
span { border-color: #C4C4AB; }
span { border-color: rgb(196,196,171); }
td.TdClassName
{
border-color: #C4C4AB;
}
.TagClassName
{
border-color: #C4C4AB;
}
</style>