Shades of Cerise #CA326E
Tints of Cerise #CA326E
RGB
CMYK
RGB Variations
Color information
#CA326E (or 0xCA326E) is known color: Cerise. HEX triplet: CA, 32 and 6E. RGB value is (202,50,110). Sum of RGB (Red+Green+Blue) = 202+50+110=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA326E is #35CD91. Grayscale: #666666. Windows color (decimal): -3526034 or 7221962. OLE color: 7221962.
HSL color Cylindrical-coordinate representation of color #CA326E: hue angle of 336.32º 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 #CA326E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 110 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.21 |
| HSL | 336.32º | 0.6% | 0.49% | - |
| HSV(B) | 336.32º | 0.75% | 0.79% | - |
| XYZ | 28.31 | 15.96 | 16.34 | - |
| YUV | 102.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 110 | 0 | 0.75 | 0.46 | 0.21 | 336.32 | 0.6 | 0.49 |
| Hex | CA | 32 | 6E | 0 | 4B | 2E | 15 | 150 | 3C | 31 |
| Octal | 312 | 62 | 156 | 0 | 113 | 56 | 25 | 520 | 74 | 61 |
| Binary | 11001010 | 110010 | 1101110 | 0 | 1001011 | 101110 | 10101 | 101010000 | 111100 | 110001 |
Color Harmonies of #CA326E
Complementary color
Monochromatic Colors of #CA326E
Black with #CA326E
Text Example
Text Example
White with #CA326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA326E; }
p { color: rgb(202,50,110); }
H1.HeaderClassName
{
color: #CA326E;
}
.AnyTagClassName
{
color: #CA326E;
}
</style>
background-color css
<style>
a { background-color: #CA326E; }
a { background-color: rgb(202,50,110); }
div.DivClassName
{
background-color: #CA326E;
}
.BgClassName
{
background-color: #CA326E;
}
</style>
border-color css
<style>
span { border-color: #CA326E; }
span { border-color: rgb(202,50,110); }
td.TdClassName
{
border-color: #CA326E;
}
.TagClassName
{
border-color: #CA326E;
}
</style>