Shades of Cerise #CB286A
Tints of Cerise #CB286A
RGB
CMYK
RGB Variations
Color information
#CB286A (or 0xCB286A) is known color: Cerise. HEX triplet: CB, 28 and 6A. RGB value is (203,40,106). Sum of RGB (Red+Green+Blue) = 203+40+106=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB286A is #34D795. Grayscale: #606060. Windows color (decimal): -3463062 or 6957259. OLE color: 6957259.
HSL color Cylindrical-coordinate representation of color #CB286A: hue angle of 335.71º 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 #CB286A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 106 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.20 |
| HSL | 335.71º | 0.67% | 0.48% | - |
| HSV(B) | 335.71º | 0.8% | 0.8% | - |
| XYZ | 27.99 | 15.25 | 15.1 | - |
| YUV | 96.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 106 | 0 | 0.80 | 0.48 | 0.20 | 335.71 | 0.67 | 0.48 |
| Hex | CB | 28 | 6A | 0 | 50 | 30 | 14 | 150 | 43 | 30 |
| Octal | 313 | 50 | 152 | 0 | 120 | 60 | 24 | 520 | 103 | 60 |
| Binary | 11001011 | 101000 | 1101010 | 0 | 1010000 | 110000 | 10100 | 101010000 | 1000011 | 110000 |
Color Harmonies of #CB286A
Complementary color
Monochromatic Colors of #CB286A
Black with #CB286A
Text Example
Text Example
White with #CB286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB286A; }
p { color: rgb(203,40,106); }
H1.HeaderClassName
{
color: #CB286A;
}
.AnyTagClassName
{
color: #CB286A;
}
</style>
background-color css
<style>
a { background-color: #CB286A; }
a { background-color: rgb(203,40,106); }
div.DivClassName
{
background-color: #CB286A;
}
.BgClassName
{
background-color: #CB286A;
}
</style>
border-color css
<style>
span { border-color: #CB286A; }
span { border-color: rgb(203,40,106); }
td.TdClassName
{
border-color: #CB286A;
}
.TagClassName
{
border-color: #CB286A;
}
</style>