Shades of Kidnapper #C4C2A3
Tints of Kidnapper #C4C2A3
RGB
CMYK
RGB Variations
Color information
#C4C2A3 (or 0xC4C2A3) is known color: Kidnapper. HEX triplet: C4, C2 and A3. RGB value is (196,194,163). Sum of RGB (Red+Green+Blue) = 196+194+163=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C2A3 is #3B3D5C. Grayscale: #BFBFBF. Windows color (decimal): -3882333 or 10732228. OLE color: 10732228.
HSL color Cylindrical-coordinate representation of color #C4C2A3: hue angle of 56.36º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4C2A3 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 163 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.23 |
| HSL | 56.36º | 0.22% | 0.7% | - |
| HSV(B) | 56.36º | 0.17% | 0.77% | - |
| XYZ | 48.67 | 52.96 | 42.31 | - |
| YUV | 191.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 163 | 0 | 0.01 | 0.17 | 0.23 | 56.36 | 0.22 | 0.7 |
| Hex | C4 | C2 | A3 | 0 | 1 | 11 | 17 | 38 | 16 | 46 |
| Octal | 304 | 302 | 243 | 0 | 1 | 21 | 27 | 70 | 26 | 106 |
| Binary | 11000100 | 11000010 | 10100011 | 0 | 1 | 10001 | 10111 | 111000 | 10110 | 1000110 |
Color Harmonies of #C4C2A3
Complementary color
Monochromatic Colors of #C4C2A3
Black with #C4C2A3
Text Example
Text Example
White with #C4C2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2A3; }
p { color: rgb(196,194,163); }
H1.HeaderClassName
{
color: #C4C2A3;
}
.AnyTagClassName
{
color: #C4C2A3;
}
</style>
background-color css
<style>
a { background-color: #C4C2A3; }
a { background-color: rgb(196,194,163); }
div.DivClassName
{
background-color: #C4C2A3;
}
.BgClassName
{
background-color: #C4C2A3;
}
</style>
border-color css
<style>
span { border-color: #C4C2A3; }
span { border-color: rgb(196,194,163); }
td.TdClassName
{
border-color: #C4C2A3;
}
.TagClassName
{
border-color: #C4C2A3;
}
</style>