Shades of Cerise #CA3672
Tints of Cerise #CA3672
RGB
CMYK
RGB Variations
Color information
#CA3672 (or 0xCA3672) is known color: Cerise. HEX triplet: CA, 36 and 72. RGB value is (202,54,114). Sum of RGB (Red+Green+Blue) = 202+54+114=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3672 is #35C98D. Grayscale: #696969. Windows color (decimal): -3525006 or 7485130. OLE color: 7485130.
HSL color Cylindrical-coordinate representation of color #CA3672: hue angle of 335.68º 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 #CA3672 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 114 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.21 |
| HSL | 335.68º | 0.58% | 0.5% | - |
| HSV(B) | 335.68º | 0.73% | 0.79% | - |
| XYZ | 28.71 | 16.41 | 17.57 | - |
| YUV | 105.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 114 | 0 | 0.73 | 0.44 | 0.21 | 335.68 | 0.58 | 0.5 |
| Hex | CA | 36 | 72 | 0 | 49 | 2C | 15 | 150 | 3A | 32 |
| Octal | 312 | 66 | 162 | 0 | 111 | 54 | 25 | 520 | 72 | 62 |
| Binary | 11001010 | 110110 | 1110010 | 0 | 1001001 | 101100 | 10101 | 101010000 | 111010 | 110010 |
Color Harmonies of #CA3672
Complementary color
Monochromatic Colors of #CA3672
Black with #CA3672
Text Example
Text Example
White with #CA3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3672; }
p { color: rgb(202,54,114); }
H1.HeaderClassName
{
color: #CA3672;
}
.AnyTagClassName
{
color: #CA3672;
}
</style>
background-color css
<style>
a { background-color: #CA3672; }
a { background-color: rgb(202,54,114); }
div.DivClassName
{
background-color: #CA3672;
}
.BgClassName
{
background-color: #CA3672;
}
</style>
border-color css
<style>
span { border-color: #CA3672; }
span { border-color: rgb(202,54,114); }
td.TdClassName
{
border-color: #CA3672;
}
.TagClassName
{
border-color: #CA3672;
}
</style>