Shades of Cerise #CA3162
Tints of Cerise #CA3162
RGB
CMYK
RGB Variations
Color information
#CA3162 (or 0xCA3162) is known color: Cerise. HEX triplet: CA, 31 and 62. RGB value is (202,49,98). Sum of RGB (Red+Green+Blue) = 202+49+98=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3162 is #35CE9D. Grayscale: #646464. Windows color (decimal): -3526302 or 6435274. OLE color: 6435274.
HSL color Cylindrical-coordinate representation of color #CA3162: hue angle of 340.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3162 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 98 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.21 |
| HSL | 340.78º | 0.61% | 0.49% | - |
| HSV(B) | 340.78º | 0.76% | 0.79% | - |
| XYZ | 27.66 | 15.64 | 13.12 | - |
| YUV | 100.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 98 | 0 | 0.76 | 0.51 | 0.21 | 340.78 | 0.61 | 0.49 |
| Hex | CA | 31 | 62 | 0 | 4C | 33 | 15 | 155 | 3D | 31 |
| Octal | 312 | 61 | 142 | 0 | 114 | 63 | 25 | 525 | 75 | 61 |
| Binary | 11001010 | 110001 | 1100010 | 0 | 1001100 | 110011 | 10101 | 101010101 | 111101 | 110001 |
Color Harmonies of #CA3162
Complementary color
Monochromatic Colors of #CA3162
Black with #CA3162
Text Example
Text Example
White with #CA3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3162; }
p { color: rgb(202,49,98); }
H1.HeaderClassName
{
color: #CA3162;
}
.AnyTagClassName
{
color: #CA3162;
}
</style>
background-color css
<style>
a { background-color: #CA3162; }
a { background-color: rgb(202,49,98); }
div.DivClassName
{
background-color: #CA3162;
}
.BgClassName
{
background-color: #CA3162;
}
</style>
border-color css
<style>
span { border-color: #CA3162; }
span { border-color: rgb(202,49,98); }
td.TdClassName
{
border-color: #CA3162;
}
.TagClassName
{
border-color: #CA3162;
}
</style>