Shades of Cerise #CA395F
Tints of Cerise #CA395F
RGB
CMYK
RGB Variations
Color information
#CA395F (or 0xCA395F) is known color: Cerise. HEX triplet: CA, 39 and 5F. RGB value is (202,57,95). Sum of RGB (Red+Green+Blue) = 202+57+95=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA395F is #35C6A0. Grayscale: #686868. Windows color (decimal): -3524257 or 6240714. OLE color: 6240714.
HSL color Cylindrical-coordinate representation of color #CA395F: hue angle of 344.28º 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 #CA395F is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 95 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.21 |
| HSL | 344.28º | 0.58% | 0.51% | - |
| HSV(B) | 344.28º | 0.72% | 0.79% | - |
| XYZ | 27.89 | 16.31 | 12.5 | - |
| YUV | 104.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 95 | 0 | 0.72 | 0.53 | 0.21 | 344.28 | 0.58 | 0.51 |
| Hex | CA | 39 | 5F | 0 | 48 | 35 | 15 | 158 | 3A | 33 |
| Octal | 312 | 71 | 137 | 0 | 110 | 65 | 25 | 530 | 72 | 63 |
| Binary | 11001010 | 111001 | 1011111 | 0 | 1001000 | 110101 | 10101 | 101011000 | 111010 | 110011 |
Color Harmonies of #CA395F
Complementary color
Monochromatic Colors of #CA395F
Black with #CA395F
Text Example
Text Example
White with #CA395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA395F; }
p { color: rgb(202,57,95); }
H1.HeaderClassName
{
color: #CA395F;
}
.AnyTagClassName
{
color: #CA395F;
}
</style>
background-color css
<style>
a { background-color: #CA395F; }
a { background-color: rgb(202,57,95); }
div.DivClassName
{
background-color: #CA395F;
}
.BgClassName
{
background-color: #CA395F;
}
</style>
border-color css
<style>
span { border-color: #CA395F; }
span { border-color: rgb(202,57,95); }
td.TdClassName
{
border-color: #CA395F;
}
.TagClassName
{
border-color: #CA395F;
}
</style>