Shades of Cerise #C22A66
Tints of Cerise #C22A66
RGB
CMYK
RGB Variations
Color information
#C22A66 (or 0xC22A66) is known color: Cerise. HEX triplet: C2, 2A and 66. RGB value is (194,42,102). Sum of RGB (Red+Green+Blue) = 194+42+102=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A66 is #3DD599. Grayscale: #5E5E5E. Windows color (decimal): -4052378 or 6695618. OLE color: 6695618.
HSL color Cylindrical-coordinate representation of color #C22A66: hue angle of 336.32º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A66 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 102 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.24 |
| HSL | 336.32º | 0.64% | 0.46% | - |
| HSV(B) | 336.32º | 0.78% | 0.76% | - |
| XYZ | 25.47 | 14.08 | 13.95 | - |
| YUV | 94.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 102 | 0 | 0.78 | 0.47 | 0.24 | 336.32 | 0.64 | 0.46 |
| Hex | C2 | 2A | 66 | 0 | 4E | 2F | 18 | 150 | 40 | 2E |
| Octal | 302 | 52 | 146 | 0 | 116 | 57 | 30 | 520 | 100 | 56 |
| Binary | 11000010 | 101010 | 1100110 | 0 | 1001110 | 101111 | 11000 | 101010000 | 1000000 | 101110 |
Color Harmonies of #C22A66
Complementary color
Monochromatic Colors of #C22A66
Black with #C22A66
Text Example
Text Example
White with #C22A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A66; }
p { color: rgb(194,42,102); }
H1.HeaderClassName
{
color: #C22A66;
}
.AnyTagClassName
{
color: #C22A66;
}
</style>
background-color css
<style>
a { background-color: #C22A66; }
a { background-color: rgb(194,42,102); }
div.DivClassName
{
background-color: #C22A66;
}
.BgClassName
{
background-color: #C22A66;
}
</style>
border-color css
<style>
span { border-color: #C22A66; }
span { border-color: rgb(194,42,102); }
td.TdClassName
{
border-color: #C22A66;
}
.TagClassName
{
border-color: #C22A66;
}
</style>