Shades of Cerise #CA226A
Tints of Cerise #CA226A
RGB
CMYK
RGB Variations
Color information
#CA226A (or 0xCA226A) is known color: Cerise. HEX triplet: CA, 22 and 6A. RGB value is (202,34,106). Sum of RGB (Red+Green+Blue) = 202+34+106=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA226A is #35DD95. Grayscale: #5C5C5C. Windows color (decimal): -3530134 or 6955722. OLE color: 6955722.
HSL color Cylindrical-coordinate representation of color #CA226A: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA226A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 106 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.21 |
| HSL | 334.29º | 0.71% | 0.46% | - |
| HSV(B) | 334.29º | 0.83% | 0.79% | - |
| XYZ | 27.53 | 14.74 | 15.03 | - |
| YUV | 92.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 106 | 0 | 0.83 | 0.48 | 0.21 | 334.29 | 0.71 | 0.46 |
| Hex | CA | 22 | 6A | 0 | 53 | 30 | 15 | 14E | 47 | 2E |
| Octal | 312 | 42 | 152 | 0 | 123 | 60 | 25 | 516 | 107 | 56 |
| Binary | 11001010 | 100010 | 1101010 | 0 | 1010011 | 110000 | 10101 | 101001110 | 1000111 | 101110 |
Color Harmonies of #CA226A
Complementary color
Monochromatic Colors of #CA226A
Black with #CA226A
Text Example
Text Example
White with #CA226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA226A; }
p { color: rgb(202,34,106); }
H1.HeaderClassName
{
color: #CA226A;
}
.AnyTagClassName
{
color: #CA226A;
}
</style>
background-color css
<style>
a { background-color: #CA226A; }
a { background-color: rgb(202,34,106); }
div.DivClassName
{
background-color: #CA226A;
}
.BgClassName
{
background-color: #CA226A;
}
</style>
border-color css
<style>
span { border-color: #CA226A; }
span { border-color: rgb(202,34,106); }
td.TdClassName
{
border-color: #CA226A;
}
.TagClassName
{
border-color: #CA226A;
}
</style>