Shades of Cerise #C2246A
Tints of Cerise #C2246A
RGB
CMYK
RGB Variations
Color information
#C2246A (or 0xC2246A) is known color: Cerise. HEX triplet: C2, 24 and 6A. RGB value is (194,36,106). Sum of RGB (Red+Green+Blue) = 194+36+106=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2246A is #3DDB95. Grayscale: #5B5B5B. Windows color (decimal): -4053910 or 6956226. OLE color: 6956226.
HSL color Cylindrical-coordinate representation of color #C2246A: hue angle of 333.42º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2246A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 106 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.24 |
| HSL | 333.42º | 0.69% | 0.45% | - |
| HSV(B) | 333.42º | 0.81% | 0.76% | - |
| XYZ | 25.48 | 13.77 | 14.95 | - |
| YUV | 91.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 106 | 0 | 0.81 | 0.45 | 0.24 | 333.42 | 0.69 | 0.45 |
| Hex | C2 | 24 | 6A | 0 | 51 | 2D | 18 | 14D | 45 | 2D |
| Octal | 302 | 44 | 152 | 0 | 121 | 55 | 30 | 515 | 105 | 55 |
| Binary | 11000010 | 100100 | 1101010 | 0 | 1010001 | 101101 | 11000 | 101001101 | 1000101 | 101101 |
Color Harmonies of #C2246A
Complementary color
Monochromatic Colors of #C2246A
Black with #C2246A
Text Example
Text Example
White with #C2246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2246A; }
p { color: rgb(194,36,106); }
H1.HeaderClassName
{
color: #C2246A;
}
.AnyTagClassName
{
color: #C2246A;
}
</style>
background-color css
<style>
a { background-color: #C2246A; }
a { background-color: rgb(194,36,106); }
div.DivClassName
{
background-color: #C2246A;
}
.BgClassName
{
background-color: #C2246A;
}
</style>
border-color css
<style>
span { border-color: #C2246A; }
span { border-color: rgb(194,36,106); }
td.TdClassName
{
border-color: #C2246A;
}
.TagClassName
{
border-color: #C2246A;
}
</style>