Shades of Cerise #CA366B
Tints of Cerise #CA366B
RGB
CMYK
RGB Variations
Color information
#CA366B (or 0xCA366B) is known color: Cerise. HEX triplet: CA, 36 and 6B. RGB value is (202,54,107). Sum of RGB (Red+Green+Blue) = 202+54+107=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA366B is #35C994. Grayscale: #686868. Windows color (decimal): -3525013 or 7026378. OLE color: 7026378.
HSL color Cylindrical-coordinate representation of color #CA366B: hue angle of 338.51º 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 #CA366B is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 107 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.21 |
| HSL | 338.51º | 0.58% | 0.5% | - |
| HSV(B) | 338.51º | 0.73% | 0.79% | - |
| XYZ | 28.33 | 16.26 | 15.55 | - |
| YUV | 104.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 107 | 0 | 0.73 | 0.47 | 0.21 | 338.51 | 0.58 | 0.5 |
| Hex | CA | 36 | 6B | 0 | 49 | 2F | 15 | 153 | 3A | 32 |
| Octal | 312 | 66 | 153 | 0 | 111 | 57 | 25 | 523 | 72 | 62 |
| Binary | 11001010 | 110110 | 1101011 | 0 | 1001001 | 101111 | 10101 | 101010011 | 111010 | 110010 |
Color Harmonies of #CA366B
Complementary color
Monochromatic Colors of #CA366B
Black with #CA366B
Text Example
Text Example
White with #CA366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA366B; }
p { color: rgb(202,54,107); }
H1.HeaderClassName
{
color: #CA366B;
}
.AnyTagClassName
{
color: #CA366B;
}
</style>
background-color css
<style>
a { background-color: #CA366B; }
a { background-color: rgb(202,54,107); }
div.DivClassName
{
background-color: #CA366B;
}
.BgClassName
{
background-color: #CA366B;
}
</style>
border-color css
<style>
span { border-color: #CA366B; }
span { border-color: rgb(202,54,107); }
td.TdClassName
{
border-color: #CA366B;
}
.TagClassName
{
border-color: #CA366B;
}
</style>