Shades of Cerise #CA366D
Tints of Cerise #CA366D
RGB
CMYK
RGB Variations
Color information
#CA366D (or 0xCA366D) is known color: Cerise. HEX triplet: CA, 36 and 6D. RGB value is (202,54,109). Sum of RGB (Red+Green+Blue) = 202+54+109=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA366D is #35C992. Grayscale: #686868. Windows color (decimal): -3525011 or 7157450. OLE color: 7157450.
HSL color Cylindrical-coordinate representation of color #CA366D: hue angle of 337.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA366D is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 109 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.21 |
| HSL | 337.7º | 0.58% | 0.5% | - |
| HSV(B) | 337.7º | 0.73% | 0.79% | - |
| XYZ | 28.44 | 16.3 | 16.12 | - |
| YUV | 104.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 109 | 0 | 0.73 | 0.46 | 0.21 | 337.7 | 0.58 | 0.5 |
| Hex | CA | 36 | 6D | 0 | 49 | 2E | 15 | 152 | 3A | 32 |
| Octal | 312 | 66 | 155 | 0 | 111 | 56 | 25 | 522 | 72 | 62 |
| Binary | 11001010 | 110110 | 1101101 | 0 | 1001001 | 101110 | 10101 | 101010010 | 111010 | 110010 |
Color Harmonies of #CA366D
Complementary color
Monochromatic Colors of #CA366D
Black with #CA366D
Text Example
Text Example
White with #CA366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA366D; }
p { color: rgb(202,54,109); }
H1.HeaderClassName
{
color: #CA366D;
}
.AnyTagClassName
{
color: #CA366D;
}
</style>
background-color css
<style>
a { background-color: #CA366D; }
a { background-color: rgb(202,54,109); }
div.DivClassName
{
background-color: #CA366D;
}
.BgClassName
{
background-color: #CA366D;
}
</style>
border-color css
<style>
span { border-color: #CA366D; }
span { border-color: rgb(202,54,109); }
td.TdClassName
{
border-color: #CA366D;
}
.TagClassName
{
border-color: #CA366D;
}
</style>