Shades of Cerise #CA356C
Tints of Cerise #CA356C
RGB
CMYK
RGB Variations
Color information
#CA356C (or 0xCA356C) is known color: Cerise. HEX triplet: CA, 35 and 6C. RGB value is (202,53,108). Sum of RGB (Red+Green+Blue) = 202+53+108=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA356C is #35CA93. Grayscale: #676767. Windows color (decimal): -3525268 or 7091658. OLE color: 7091658.
HSL color Cylindrical-coordinate representation of color #CA356C: hue angle of 337.85º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA356C is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 108 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.21 |
| HSL | 337.85º | 0.58% | 0.5% | - |
| HSV(B) | 337.85º | 0.74% | 0.79% | - |
| XYZ | 28.34 | 16.19 | 15.82 | - |
| YUV | 103.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 108 | 0 | 0.74 | 0.47 | 0.21 | 337.85 | 0.58 | 0.5 |
| Hex | CA | 35 | 6C | 0 | 4A | 2F | 15 | 152 | 3A | 32 |
| Octal | 312 | 65 | 154 | 0 | 112 | 57 | 25 | 522 | 72 | 62 |
| Binary | 11001010 | 110101 | 1101100 | 0 | 1001010 | 101111 | 10101 | 101010010 | 111010 | 110010 |
Color Harmonies of #CA356C
Complementary color
Monochromatic Colors of #CA356C
Black with #CA356C
Text Example
Text Example
White with #CA356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA356C; }
p { color: rgb(202,53,108); }
H1.HeaderClassName
{
color: #CA356C;
}
.AnyTagClassName
{
color: #CA356C;
}
</style>
background-color css
<style>
a { background-color: #CA356C; }
a { background-color: rgb(202,53,108); }
div.DivClassName
{
background-color: #CA356C;
}
.BgClassName
{
background-color: #CA356C;
}
</style>
border-color css
<style>
span { border-color: #CA356C; }
span { border-color: rgb(202,53,108); }
td.TdClassName
{
border-color: #CA356C;
}
.TagClassName
{
border-color: #CA356C;
}
</style>