Shades of Cerise #CB285F
Tints of Cerise #CB285F
RGB
CMYK
RGB Variations
Color information
#CB285F (or 0xCB285F) is known color: Cerise. HEX triplet: CB, 28 and 5F. RGB value is (203,40,95). Sum of RGB (Red+Green+Blue) = 203+40+95=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB285F is #34D7A0. Grayscale: #5E5E5E. Windows color (decimal): -3463073 or 6236363. OLE color: 6236363.
HSL color Cylindrical-coordinate representation of color #CB285F: hue angle of 339.75º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB285F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 95 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.20 |
| HSL | 339.75º | 0.67% | 0.48% | - |
| HSV(B) | 339.75º | 0.8% | 0.8% | - |
| XYZ | 27.45 | 15.04 | 12.28 | - |
| YUV | 95.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 95 | 0 | 0.80 | 0.53 | 0.20 | 339.75 | 0.67 | 0.48 |
| Hex | CB | 28 | 5F | 0 | 50 | 35 | 14 | 154 | 43 | 30 |
| Octal | 313 | 50 | 137 | 0 | 120 | 65 | 24 | 524 | 103 | 60 |
| Binary | 11001011 | 101000 | 1011111 | 0 | 1010000 | 110101 | 10100 | 101010100 | 1000011 | 110000 |
Color Harmonies of #CB285F
Complementary color
Monochromatic Colors of #CB285F
Black with #CB285F
Text Example
Text Example
White with #CB285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB285F; }
p { color: rgb(203,40,95); }
H1.HeaderClassName
{
color: #CB285F;
}
.AnyTagClassName
{
color: #CB285F;
}
</style>
background-color css
<style>
a { background-color: #CB285F; }
a { background-color: rgb(203,40,95); }
div.DivClassName
{
background-color: #CB285F;
}
.BgClassName
{
background-color: #CB285F;
}
</style>
border-color css
<style>
span { border-color: #CB285F; }
span { border-color: rgb(203,40,95); }
td.TdClassName
{
border-color: #CB285F;
}
.TagClassName
{
border-color: #CB285F;
}
</style>