Shades of Cerise #CA3260
Tints of Cerise #CA3260
RGB
CMYK
RGB Variations
Color information
#CA3260 (or 0xCA3260) is known color: Cerise. HEX triplet: CA, 32 and 60. RGB value is (202,50,96). Sum of RGB (Red+Green+Blue) = 202+50+96=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3260 is #35CD9F. Grayscale: #646464. Windows color (decimal): -3526048 or 6304458. OLE color: 6304458.
HSL color Cylindrical-coordinate representation of color #CA3260: hue angle of 341.84º 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 #CA3260 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 96 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.21 |
| HSL | 341.84º | 0.6% | 0.49% | - |
| HSV(B) | 341.84º | 0.75% | 0.79% | - |
| XYZ | 27.61 | 15.68 | 12.64 | - |
| YUV | 100.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 96 | 0 | 0.75 | 0.52 | 0.21 | 341.84 | 0.6 | 0.49 |
| Hex | CA | 32 | 60 | 0 | 4B | 34 | 15 | 156 | 3C | 31 |
| Octal | 312 | 62 | 140 | 0 | 113 | 64 | 25 | 526 | 74 | 61 |
| Binary | 11001010 | 110010 | 1100000 | 0 | 1001011 | 110100 | 10101 | 101010110 | 111100 | 110001 |
Color Harmonies of #CA3260
Complementary color
Monochromatic Colors of #CA3260
Black with #CA3260
Text Example
Text Example
White with #CA3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3260; }
p { color: rgb(202,50,96); }
H1.HeaderClassName
{
color: #CA3260;
}
.AnyTagClassName
{
color: #CA3260;
}
</style>
background-color css
<style>
a { background-color: #CA3260; }
a { background-color: rgb(202,50,96); }
div.DivClassName
{
background-color: #CA3260;
}
.BgClassName
{
background-color: #CA3260;
}
</style>
border-color css
<style>
span { border-color: #CA3260; }
span { border-color: rgb(202,50,96); }
td.TdClassName
{
border-color: #CA3260;
}
.TagClassName
{
border-color: #CA3260;
}
</style>