Shades of Cerise #CA385E
Tints of Cerise #CA385E
RGB
CMYK
RGB Variations
Color information
#CA385E (or 0xCA385E) is known color: Cerise. HEX triplet: CA, 38 and 5E. RGB value is (202,56,94). Sum of RGB (Red+Green+Blue) = 202+56+94=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA385E is #35C7A1. Grayscale: #676767. Windows color (decimal): -3524514 or 6174922. OLE color: 6174922.
HSL color Cylindrical-coordinate representation of color #CA385E: hue angle of 344.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA385E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 94 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.21 |
| HSL | 344.38º | 0.58% | 0.51% | - |
| HSV(B) | 344.38º | 0.72% | 0.79% | - |
| XYZ | 27.79 | 16.19 | 12.25 | - |
| YUV | 103.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 94 | 0 | 0.72 | 0.53 | 0.21 | 344.38 | 0.58 | 0.51 |
| Hex | CA | 38 | 5E | 0 | 48 | 35 | 15 | 158 | 3A | 33 |
| Octal | 312 | 70 | 136 | 0 | 110 | 65 | 25 | 530 | 72 | 63 |
| Binary | 11001010 | 111000 | 1011110 | 0 | 1001000 | 110101 | 10101 | 101011000 | 111010 | 110011 |
Color Harmonies of #CA385E
Complementary color
Monochromatic Colors of #CA385E
Black with #CA385E
Text Example
Text Example
White with #CA385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA385E; }
p { color: rgb(202,56,94); }
H1.HeaderClassName
{
color: #CA385E;
}
.AnyTagClassName
{
color: #CA385E;
}
</style>
background-color css
<style>
a { background-color: #CA385E; }
a { background-color: rgb(202,56,94); }
div.DivClassName
{
background-color: #CA385E;
}
.BgClassName
{
background-color: #CA385E;
}
</style>
border-color css
<style>
span { border-color: #CA385E; }
span { border-color: rgb(202,56,94); }
td.TdClassName
{
border-color: #CA385E;
}
.TagClassName
{
border-color: #CA385E;
}
</style>