Shades of Cerise #CA265F
Tints of Cerise #CA265F
RGB
CMYK
RGB Variations
Color information
#CA265F (or 0xCA265F) is known color: Cerise. HEX triplet: CA, 26 and 5F. RGB value is (202,38,95). Sum of RGB (Red+Green+Blue) = 202+38+95=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA265F is #35D9A0. Grayscale: #5D5D5D. Windows color (decimal): -3529121 or 6235850. OLE color: 6235850.
HSL color Cylindrical-coordinate representation of color #CA265F: hue angle of 339.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA265F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 95 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.21 |
| HSL | 339.15º | 0.68% | 0.47% | - |
| HSV(B) | 339.15º | 0.81% | 0.79% | - |
| XYZ | 27.12 | 14.77 | 12.25 | - |
| YUV | 93.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 95 | 0 | 0.81 | 0.53 | 0.21 | 339.15 | 0.68 | 0.47 |
| Hex | CA | 26 | 5F | 0 | 51 | 35 | 15 | 153 | 44 | 2F |
| Octal | 312 | 46 | 137 | 0 | 121 | 65 | 25 | 523 | 104 | 57 |
| Binary | 11001010 | 100110 | 1011111 | 0 | 1010001 | 110101 | 10101 | 101010011 | 1000100 | 101111 |
Color Harmonies of #CA265F
Complementary color
Monochromatic Colors of #CA265F
Black with #CA265F
Text Example
Text Example
White with #CA265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA265F; }
p { color: rgb(202,38,95); }
H1.HeaderClassName
{
color: #CA265F;
}
.AnyTagClassName
{
color: #CA265F;
}
</style>
background-color css
<style>
a { background-color: #CA265F; }
a { background-color: rgb(202,38,95); }
div.DivClassName
{
background-color: #CA265F;
}
.BgClassName
{
background-color: #CA265F;
}
</style>
border-color css
<style>
span { border-color: #CA265F; }
span { border-color: rgb(202,38,95); }
td.TdClassName
{
border-color: #CA265F;
}
.TagClassName
{
border-color: #CA265F;
}
</style>