Shades of Cerise #CA385F
Tints of Cerise #CA385F
RGB
CMYK
RGB Variations
Color information
#CA385F (or 0xCA385F) is known color: Cerise. HEX triplet: CA, 38 and 5F. RGB value is (202,56,95). Sum of RGB (Red+Green+Blue) = 202+56+95=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA385F is #35C7A0. Grayscale: #686868. Windows color (decimal): -3524513 or 6240458. OLE color: 6240458.
HSL color Cylindrical-coordinate representation of color #CA385F: hue angle of 343.97º 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 #CA385F is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 95 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.21 |
| HSL | 343.97º | 0.58% | 0.51% | - |
| HSV(B) | 343.97º | 0.72% | 0.79% | - |
| XYZ | 27.84 | 16.21 | 12.49 | - |
| YUV | 104.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 95 | 0 | 0.72 | 0.53 | 0.21 | 343.97 | 0.58 | 0.51 |
| Hex | CA | 38 | 5F | 0 | 48 | 35 | 15 | 158 | 3A | 33 |
| Octal | 312 | 70 | 137 | 0 | 110 | 65 | 25 | 530 | 72 | 63 |
| Binary | 11001010 | 111000 | 1011111 | 0 | 1001000 | 110101 | 10101 | 101011000 | 111010 | 110011 |
Color Harmonies of #CA385F
Complementary color
Monochromatic Colors of #CA385F
Black with #CA385F
Text Example
Text Example
White with #CA385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA385F; }
p { color: rgb(202,56,95); }
H1.HeaderClassName
{
color: #CA385F;
}
.AnyTagClassName
{
color: #CA385F;
}
</style>
background-color css
<style>
a { background-color: #CA385F; }
a { background-color: rgb(202,56,95); }
div.DivClassName
{
background-color: #CA385F;
}
.BgClassName
{
background-color: #CA385F;
}
</style>
border-color css
<style>
span { border-color: #CA385F; }
span { border-color: rgb(202,56,95); }
td.TdClassName
{
border-color: #CA385F;
}
.TagClassName
{
border-color: #CA385F;
}
</style>