Shades of Cerise #CA386C
Tints of Cerise #CA386C
RGB
CMYK
RGB Variations
Color information
#CA386C (or 0xCA386C) is known color: Cerise. HEX triplet: CA, 38 and 6C. RGB value is (202,56,108). Sum of RGB (Red+Green+Blue) = 202+56+108=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA386C is #35C793. Grayscale: #696969. Windows color (decimal): -3524500 or 7092426. OLE color: 7092426.
HSL color Cylindrical-coordinate representation of color #CA386C: hue angle of 338.63º 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 #CA386C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 108 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.21 |
| HSL | 338.63º | 0.58% | 0.51% | - |
| HSV(B) | 338.63º | 0.72% | 0.79% | - |
| XYZ | 28.48 | 16.47 | 15.86 | - |
| YUV | 105.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 108 | 0 | 0.72 | 0.47 | 0.21 | 338.63 | 0.58 | 0.51 |
| Hex | CA | 38 | 6C | 0 | 48 | 2F | 15 | 153 | 3A | 33 |
| Octal | 312 | 70 | 154 | 0 | 110 | 57 | 25 | 523 | 72 | 63 |
| Binary | 11001010 | 111000 | 1101100 | 0 | 1001000 | 101111 | 10101 | 101010011 | 111010 | 110011 |
Color Harmonies of #CA386C
Complementary color
Monochromatic Colors of #CA386C
Black with #CA386C
Text Example
Text Example
White with #CA386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA386C; }
p { color: rgb(202,56,108); }
H1.HeaderClassName
{
color: #CA386C;
}
.AnyTagClassName
{
color: #CA386C;
}
</style>
background-color css
<style>
a { background-color: #CA386C; }
a { background-color: rgb(202,56,108); }
div.DivClassName
{
background-color: #CA386C;
}
.BgClassName
{
background-color: #CA386C;
}
</style>
border-color css
<style>
span { border-color: #CA386C; }
span { border-color: rgb(202,56,108); }
td.TdClassName
{
border-color: #CA386C;
}
.TagClassName
{
border-color: #CA386C;
}
</style>