Shades of Kidnapper #C2C4AB
Tints of Kidnapper #C2C4AB
RGB
CMYK
RGB Variations
Color information
#C2C4AB (or 0xC2C4AB) is known color: Kidnapper. HEX triplet: C2, C4 and AB. RGB value is (194,196,171). Sum of RGB (Red+Green+Blue) = 194+196+171=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C4AB is #3D3B54. Grayscale: #C0C0C0. Windows color (decimal): -4012885 or 11257026. OLE color: 11257026.
HSL color Cylindrical-coordinate representation of color #C2C4AB: hue angle of 64.8º 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 #C2C4AB is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 171 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.23 |
| HSL | 64.8º | 0.17% | 0.72% | - |
| HSV(B) | 64.8º | 0.13% | 0.77% | - |
| XYZ | 49.34 | 53.89 | 46.33 | - |
| YUV | 192.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 171 | 0.01 | 0 | 0.13 | 0.23 | 64.8 | 0.17 | 0.72 |
| Hex | C2 | C4 | AB | 1 | 0 | D | 17 | 41 | 11 | 48 |
| Octal | 302 | 304 | 253 | 1 | 0 | 15 | 27 | 101 | 21 | 110 |
| Binary | 11000010 | 11000100 | 10101011 | 1 | 0 | 1101 | 10111 | 1000001 | 10001 | 1001000 |
Color Harmonies of #C2C4AB
Complementary color
Monochromatic Colors of #C2C4AB
Black with #C2C4AB
Text Example
Text Example
White with #C2C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C4AB; }
p { color: rgb(194,196,171); }
H1.HeaderClassName
{
color: #C2C4AB;
}
.AnyTagClassName
{
color: #C2C4AB;
}
</style>
background-color css
<style>
a { background-color: #C2C4AB; }
a { background-color: rgb(194,196,171); }
div.DivClassName
{
background-color: #C2C4AB;
}
.BgClassName
{
background-color: #C2C4AB;
}
</style>
border-color css
<style>
span { border-color: #C2C4AB; }
span { border-color: rgb(194,196,171); }
td.TdClassName
{
border-color: #C2C4AB;
}
.TagClassName
{
border-color: #C2C4AB;
}
</style>