Shades of Kidnapper #C4C6AB
Tints of Kidnapper #C4C6AB
RGB
CMYK
RGB Variations
Color information
#C4C6AB (or 0xC4C6AB) is known color: Kidnapper. HEX triplet: C4, C6 and AB. RGB value is (196,198,171). Sum of RGB (Red+Green+Blue) = 196+198+171=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C6AB is #3B3954. Grayscale: #C2C2C2. Windows color (decimal): -3881301 or 11257540. OLE color: 11257540.
HSL color Cylindrical-coordinate representation of color #C4C6AB: hue angle of 64.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4C6AB is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 171 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.22 |
| HSL | 64.44º | 0.19% | 0.72% | - |
| HSV(B) | 64.44º | 0.14% | 0.78% | - |
| XYZ | 50.31 | 55.06 | 46.5 | - |
| YUV | 194.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 171 | 0.01 | 0 | 0.14 | 0.22 | 64.44 | 0.19 | 0.72 |
| Hex | C4 | C6 | AB | 1 | 0 | E | 16 | 40 | 13 | 48 |
| Octal | 304 | 306 | 253 | 1 | 0 | 16 | 26 | 100 | 23 | 110 |
| Binary | 11000100 | 11000110 | 10101011 | 1 | 0 | 1110 | 10110 | 1000000 | 10011 | 1001000 |
Color Harmonies of #C4C6AB
Complementary color
Monochromatic Colors of #C4C6AB
Black with #C4C6AB
Text Example
Text Example
White with #C4C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C6AB; }
p { color: rgb(196,198,171); }
H1.HeaderClassName
{
color: #C4C6AB;
}
.AnyTagClassName
{
color: #C4C6AB;
}
</style>
background-color css
<style>
a { background-color: #C4C6AB; }
a { background-color: rgb(196,198,171); }
div.DivClassName
{
background-color: #C4C6AB;
}
.BgClassName
{
background-color: #C4C6AB;
}
</style>
border-color css
<style>
span { border-color: #C4C6AB; }
span { border-color: rgb(196,198,171); }
td.TdClassName
{
border-color: #C4C6AB;
}
.TagClassName
{
border-color: #C4C6AB;
}
</style>