Shades of Cerise #CA3764
Tints of Cerise #CA3764
RGB
CMYK
RGB Variations
Color information
#CA3764 (or 0xCA3764) is known color: Cerise. HEX triplet: CA, 37 and 64. RGB value is (202,55,100). Sum of RGB (Red+Green+Blue) = 202+55+100=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3764 is #35C89B. Grayscale: #686868. Windows color (decimal): -3524764 or 6567882. OLE color: 6567882.
HSL color Cylindrical-coordinate representation of color #CA3764: hue angle of 341.63º 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 #CA3764 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 100 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.21 |
| HSL | 341.63º | 0.58% | 0.5% | - |
| HSV(B) | 341.63º | 0.73% | 0.79% | - |
| XYZ | 28.02 | 16.21 | 13.71 | - |
| YUV | 104.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 100 | 0 | 0.73 | 0.50 | 0.21 | 341.63 | 0.58 | 0.5 |
| Hex | CA | 37 | 64 | 0 | 49 | 32 | 15 | 156 | 3A | 32 |
| Octal | 312 | 67 | 144 | 0 | 111 | 62 | 25 | 526 | 72 | 62 |
| Binary | 11001010 | 110111 | 1100100 | 0 | 1001001 | 110010 | 10101 | 101010110 | 111010 | 110010 |
Color Harmonies of #CA3764
Complementary color
Monochromatic Colors of #CA3764
Black with #CA3764
Text Example
Text Example
White with #CA3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3764; }
p { color: rgb(202,55,100); }
H1.HeaderClassName
{
color: #CA3764;
}
.AnyTagClassName
{
color: #CA3764;
}
</style>
background-color css
<style>
a { background-color: #CA3764; }
a { background-color: rgb(202,55,100); }
div.DivClassName
{
background-color: #CA3764;
}
.BgClassName
{
background-color: #CA3764;
}
</style>
border-color css
<style>
span { border-color: #CA3764; }
span { border-color: rgb(202,55,100); }
td.TdClassName
{
border-color: #CA3764;
}
.TagClassName
{
border-color: #CA3764;
}
</style>