Shades of Kidnapper #C2C5A4
Tints of Kidnapper #C2C5A4
RGB
CMYK
RGB Variations
Color information
#C2C5A4 (or 0xC2C5A4) is known color: Kidnapper. HEX triplet: C2, C5 and A4. RGB value is (194,197,164). Sum of RGB (Red+Green+Blue) = 194+197+164=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C5A4 is #3D3A5B. Grayscale: #C0C0C0. Windows color (decimal): -4012636 or 10798530. OLE color: 10798530.
HSL color Cylindrical-coordinate representation of color #C2C5A4: hue angle of 65.45º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2C5A4 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 164 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.23 |
| HSL | 65.45º | 0.22% | 0.71% | - |
| HSV(B) | 65.45º | 0.17% | 0.77% | - |
| XYZ | 48.92 | 54.08 | 42.98 | - |
| YUV | 192.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 164 | 0.02 | 0 | 0.17 | 0.23 | 65.45 | 0.22 | 0.71 |
| Hex | C2 | C5 | A4 | 2 | 0 | 11 | 17 | 41 | 16 | 47 |
| Octal | 302 | 305 | 244 | 2 | 0 | 21 | 27 | 101 | 26 | 107 |
| Binary | 11000010 | 11000101 | 10100100 | 10 | 0 | 10001 | 10111 | 1000001 | 10110 | 1000111 |
Color Harmonies of #C2C5A4
Complementary color
Monochromatic Colors of #C2C5A4
Black with #C2C5A4
Text Example
Text Example
White with #C2C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5A4; }
p { color: rgb(194,197,164); }
H1.HeaderClassName
{
color: #C2C5A4;
}
.AnyTagClassName
{
color: #C2C5A4;
}
</style>
background-color css
<style>
a { background-color: #C2C5A4; }
a { background-color: rgb(194,197,164); }
div.DivClassName
{
background-color: #C2C5A4;
}
.BgClassName
{
background-color: #C2C5A4;
}
</style>
border-color css
<style>
span { border-color: #C2C5A4; }
span { border-color: rgb(194,197,164); }
td.TdClassName
{
border-color: #C2C5A4;
}
.TagClassName
{
border-color: #C2C5A4;
}
</style>