Shades of Cerise #CA326A
Tints of Cerise #CA326A
RGB
CMYK
RGB Variations
Color information
#CA326A (or 0xCA326A) is known color: Cerise. HEX triplet: CA, 32 and 6A. RGB value is (202,50,106). Sum of RGB (Red+Green+Blue) = 202+50+106=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA326A is #35CD95. Grayscale: #656565. Windows color (decimal): -3526038 or 6959818. OLE color: 6959818.
HSL color Cylindrical-coordinate representation of color #CA326A: hue angle of 337.89º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA326A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 106 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.21 |
| HSL | 337.89º | 0.6% | 0.49% | - |
| HSV(B) | 337.89º | 0.75% | 0.79% | - |
| XYZ | 28.1 | 15.88 | 15.22 | - |
| YUV | 101.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 106 | 0 | 0.75 | 0.48 | 0.21 | 337.89 | 0.6 | 0.49 |
| Hex | CA | 32 | 6A | 0 | 4B | 30 | 15 | 152 | 3C | 31 |
| Octal | 312 | 62 | 152 | 0 | 113 | 60 | 25 | 522 | 74 | 61 |
| Binary | 11001010 | 110010 | 1101010 | 0 | 1001011 | 110000 | 10101 | 101010010 | 111100 | 110001 |
Color Harmonies of #CA326A
Complementary color
Monochromatic Colors of #CA326A
Black with #CA326A
Text Example
Text Example
White with #CA326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA326A; }
p { color: rgb(202,50,106); }
H1.HeaderClassName
{
color: #CA326A;
}
.AnyTagClassName
{
color: #CA326A;
}
</style>
background-color css
<style>
a { background-color: #CA326A; }
a { background-color: rgb(202,50,106); }
div.DivClassName
{
background-color: #CA326A;
}
.BgClassName
{
background-color: #CA326A;
}
</style>
border-color css
<style>
span { border-color: #CA326A; }
span { border-color: rgb(202,50,106); }
td.TdClassName
{
border-color: #CA326A;
}
.TagClassName
{
border-color: #CA326A;
}
</style>