Shades of Kidnapper #C2C4AE
Tints of Kidnapper #C2C4AE
RGB
CMYK
RGB Variations
Color information
#C2C4AE (or 0xC2C4AE) is known color: Kidnapper. HEX triplet: C2, C4 and AE. RGB value is (194,196,174). Sum of RGB (Red+Green+Blue) = 194+196+174=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C4AE is #3D3B51. Grayscale: #C0C0C0. Windows color (decimal): -4012882 or 11453634. OLE color: 11453634.
HSL color Cylindrical-coordinate representation of color #C2C4AE: hue angle of 65.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C4AE is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 174 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.23 |
| HSL | 65.45º | 0.16% | 0.73% | - |
| HSV(B) | 65.45º | 0.11% | 0.77% | - |
| XYZ | 49.63 | 54.01 | 47.85 | - |
| YUV | 192.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 174 | 0.01 | 0 | 0.11 | 0.23 | 65.45 | 0.16 | 0.73 |
| Hex | C2 | C4 | AE | 1 | 0 | B | 17 | 41 | 10 | 49 |
| Octal | 302 | 304 | 256 | 1 | 0 | 13 | 27 | 101 | 20 | 111 |
| Binary | 11000010 | 11000100 | 10101110 | 1 | 0 | 1011 | 10111 | 1000001 | 10000 | 1001001 |
Color Harmonies of #C2C4AE
Complementary color
Monochromatic Colors of #C2C4AE
Black with #C2C4AE
Text Example
Text Example
White with #C2C4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C4AE; }
p { color: rgb(194,196,174); }
H1.HeaderClassName
{
color: #C2C4AE;
}
.AnyTagClassName
{
color: #C2C4AE;
}
</style>
background-color css
<style>
a { background-color: #C2C4AE; }
a { background-color: rgb(194,196,174); }
div.DivClassName
{
background-color: #C2C4AE;
}
.BgClassName
{
background-color: #C2C4AE;
}
</style>
border-color css
<style>
span { border-color: #C2C4AE; }
span { border-color: rgb(194,196,174); }
td.TdClassName
{
border-color: #C2C4AE;
}
.TagClassName
{
border-color: #C2C4AE;
}
</style>