Shades of Cerise #CA256E
Tints of Cerise #CA256E
RGB
CMYK
RGB Variations
Color information
#CA256E (or 0xCA256E) is known color: Cerise. HEX triplet: CA, 25 and 6E. RGB value is (202,37,110). Sum of RGB (Red+Green+Blue) = 202+37+110=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA256E is #35DA91. Grayscale: #5E5E5E. Windows color (decimal): -3529362 or 7218634. OLE color: 7218634.
HSL color Cylindrical-coordinate representation of color #CA256E: hue angle of 333.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA256E is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 110 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.21 |
| HSL | 333.45º | 0.69% | 0.47% | - |
| HSV(B) | 333.45º | 0.82% | 0.79% | - |
| XYZ | 27.83 | 15.01 | 16.18 | - |
| YUV | 94.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 110 | 0 | 0.82 | 0.46 | 0.21 | 333.45 | 0.69 | 0.47 |
| Hex | CA | 25 | 6E | 0 | 52 | 2E | 15 | 14D | 45 | 2F |
| Octal | 312 | 45 | 156 | 0 | 122 | 56 | 25 | 515 | 105 | 57 |
| Binary | 11001010 | 100101 | 1101110 | 0 | 1010010 | 101110 | 10101 | 101001101 | 1000101 | 101111 |
Color Harmonies of #CA256E
Complementary color
Monochromatic Colors of #CA256E
Black with #CA256E
Text Example
Text Example
White with #CA256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA256E; }
p { color: rgb(202,37,110); }
H1.HeaderClassName
{
color: #CA256E;
}
.AnyTagClassName
{
color: #CA256E;
}
</style>
background-color css
<style>
a { background-color: #CA256E; }
a { background-color: rgb(202,37,110); }
div.DivClassName
{
background-color: #CA256E;
}
.BgClassName
{
background-color: #CA256E;
}
</style>
border-color css
<style>
span { border-color: #CA256E; }
span { border-color: rgb(202,37,110); }
td.TdClassName
{
border-color: #CA256E;
}
.TagClassName
{
border-color: #CA256E;
}
</style>