Shades of Kidnapper #C2C1AA
Tints of Kidnapper #C2C1AA
RGB
CMYK
RGB Variations
Color information
#C2C1AA (or 0xC2C1AA) is known color: Kidnapper. HEX triplet: C2, C1 and AA. RGB value is (194,193,170). Sum of RGB (Red+Green+Blue) = 194+193+170=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C1AA is #3D3E55. Grayscale: #BEBEBE. Windows color (decimal): -4013654 or 11190722. OLE color: 11190722.
HSL color Cylindrical-coordinate representation of color #C2C1AA: hue angle of 57.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C1AA is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 170 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.24 |
| HSL | 57.5º | 0.16% | 0.71% | - |
| HSV(B) | 57.5º | 0.12% | 0.76% | - |
| XYZ | 48.57 | 52.51 | 45.61 | - |
| YUV | 190.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 170 | 0 | 0.01 | 0.12 | 0.24 | 57.5 | 0.16 | 0.71 |
| Hex | C2 | C1 | AA | 0 | 1 | C | 18 | 3A | 10 | 47 |
| Octal | 302 | 301 | 252 | 0 | 1 | 14 | 30 | 72 | 20 | 107 |
| Binary | 11000010 | 11000001 | 10101010 | 0 | 1 | 1100 | 11000 | 111010 | 10000 | 1000111 |
Color Harmonies of #C2C1AA
Complementary color
Monochromatic Colors of #C2C1AA
Black with #C2C1AA
Text Example
Text Example
White with #C2C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1AA; }
p { color: rgb(194,193,170); }
H1.HeaderClassName
{
color: #C2C1AA;
}
.AnyTagClassName
{
color: #C2C1AA;
}
</style>
background-color css
<style>
a { background-color: #C2C1AA; }
a { background-color: rgb(194,193,170); }
div.DivClassName
{
background-color: #C2C1AA;
}
.BgClassName
{
background-color: #C2C1AA;
}
</style>
border-color css
<style>
span { border-color: #C2C1AA; }
span { border-color: rgb(194,193,170); }
td.TdClassName
{
border-color: #C2C1AA;
}
.TagClassName
{
border-color: #C2C1AA;
}
</style>