Shades of Cerise #CB3663
Tints of Cerise #CB3663
RGB
CMYK
RGB Variations
Color information
#CB3663 (or 0xCB3663) is known color: Cerise. HEX triplet: CB, 36 and 63. RGB value is (203,54,99). Sum of RGB (Red+Green+Blue) = 203+54+99=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3663 is #34C99C. Grayscale: #676767. Windows color (decimal): -3459485 or 6502091. OLE color: 6502091.
HSL color Cylindrical-coordinate representation of color #CB3663: hue angle of 341.88º 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 #CB3663 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 99 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.20 |
| HSL | 341.88º | 0.59% | 0.5% | - |
| HSV(B) | 341.88º | 0.73% | 0.8% | - |
| XYZ | 28.2 | 16.24 | 13.45 | - |
| YUV | 103.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 99 | 0 | 0.73 | 0.51 | 0.20 | 341.88 | 0.59 | 0.5 |
| Hex | CB | 36 | 63 | 0 | 49 | 33 | 14 | 156 | 3B | 32 |
| Octal | 313 | 66 | 143 | 0 | 111 | 63 | 24 | 526 | 73 | 62 |
| Binary | 11001011 | 110110 | 1100011 | 0 | 1001001 | 110011 | 10100 | 101010110 | 111011 | 110010 |
Color Harmonies of #CB3663
Complementary color
Monochromatic Colors of #CB3663
Black with #CB3663
Text Example
Text Example
White with #CB3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3663; }
p { color: rgb(203,54,99); }
H1.HeaderClassName
{
color: #CB3663;
}
.AnyTagClassName
{
color: #CB3663;
}
</style>
background-color css
<style>
a { background-color: #CB3663; }
a { background-color: rgb(203,54,99); }
div.DivClassName
{
background-color: #CB3663;
}
.BgClassName
{
background-color: #CB3663;
}
</style>
border-color css
<style>
span { border-color: #CB3663; }
span { border-color: rgb(203,54,99); }
td.TdClassName
{
border-color: #CB3663;
}
.TagClassName
{
border-color: #CB3663;
}
</style>