Shades of Cerise #CA226B
Tints of Cerise #CA226B
RGB
CMYK
RGB Variations
Color information
#CA226B (or 0xCA226B) is known color: Cerise. HEX triplet: CA, 22 and 6B. RGB value is (202,34,107). Sum of RGB (Red+Green+Blue) = 202+34+107=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA226B is #35DD94. Grayscale: #5C5C5C. Windows color (decimal): -3530133 or 7021258. OLE color: 7021258.
HSL color Cylindrical-coordinate representation of color #CA226B: hue angle of 333.93º 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 #CA226B is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 107 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.21 |
| HSL | 333.93º | 0.71% | 0.46% | - |
| HSV(B) | 333.93º | 0.83% | 0.79% | - |
| XYZ | 27.58 | 14.76 | 15.31 | - |
| YUV | 92.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 107 | 0 | 0.83 | 0.47 | 0.21 | 333.93 | 0.71 | 0.46 |
| Hex | CA | 22 | 6B | 0 | 53 | 2F | 15 | 14E | 47 | 2E |
| Octal | 312 | 42 | 153 | 0 | 123 | 57 | 25 | 516 | 107 | 56 |
| Binary | 11001010 | 100010 | 1101011 | 0 | 1010011 | 101111 | 10101 | 101001110 | 1000111 | 101110 |
Color Harmonies of #CA226B
Complementary color
Monochromatic Colors of #CA226B
Black with #CA226B
Text Example
Text Example
White with #CA226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA226B; }
p { color: rgb(202,34,107); }
H1.HeaderClassName
{
color: #CA226B;
}
.AnyTagClassName
{
color: #CA226B;
}
</style>
background-color css
<style>
a { background-color: #CA226B; }
a { background-color: rgb(202,34,107); }
div.DivClassName
{
background-color: #CA226B;
}
.BgClassName
{
background-color: #CA226B;
}
</style>
border-color css
<style>
span { border-color: #CA226B; }
span { border-color: rgb(202,34,107); }
td.TdClassName
{
border-color: #CA226B;
}
.TagClassName
{
border-color: #CA226B;
}
</style>