Shades of Cerise #CB3660
Tints of Cerise #CB3660
RGB
CMYK
RGB Variations
Color information
#CB3660 (or 0xCB3660) is known color: Cerise. HEX triplet: CB, 36 and 60. RGB value is (203,54,96). Sum of RGB (Red+Green+Blue) = 203+54+96=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3660 is #34C99F. Grayscale: #676767. Windows color (decimal): -3459488 or 6305483. OLE color: 6305483.
HSL color Cylindrical-coordinate representation of color #CB3660: hue angle of 343.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3660 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 96 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.20 |
| HSL | 343.09º | 0.59% | 0.5% | - |
| HSV(B) | 343.09º | 0.73% | 0.8% | - |
| XYZ | 28.06 | 16.18 | 12.71 | - |
| YUV | 103.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 96 | 0 | 0.73 | 0.53 | 0.20 | 343.09 | 0.59 | 0.5 |
| Hex | CB | 36 | 60 | 0 | 49 | 35 | 14 | 157 | 3B | 32 |
| Octal | 313 | 66 | 140 | 0 | 111 | 65 | 24 | 527 | 73 | 62 |
| Binary | 11001011 | 110110 | 1100000 | 0 | 1001001 | 110101 | 10100 | 101010111 | 111011 | 110010 |
Color Harmonies of #CB3660
Complementary color
Monochromatic Colors of #CB3660
Black with #CB3660
Text Example
Text Example
White with #CB3660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3660; }
p { color: rgb(203,54,96); }
H1.HeaderClassName
{
color: #CB3660;
}
.AnyTagClassName
{
color: #CB3660;
}
</style>
background-color css
<style>
a { background-color: #CB3660; }
a { background-color: rgb(203,54,96); }
div.DivClassName
{
background-color: #CB3660;
}
.BgClassName
{
background-color: #CB3660;
}
</style>
border-color css
<style>
span { border-color: #CB3660; }
span { border-color: rgb(203,54,96); }
td.TdClassName
{
border-color: #CB3660;
}
.TagClassName
{
border-color: #CB3660;
}
</style>