Shades of Cerise #CB365D
Tints of Cerise #CB365D
RGB
CMYK
RGB Variations
Color information
#CB365D (or 0xCB365D) is known color: Cerise. HEX triplet: CB, 36 and 5D. RGB value is (203,54,93). Sum of RGB (Red+Green+Blue) = 203+54+93=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB365D is #34C9A2. Grayscale: #666666. Windows color (decimal): -3459491 or 6108875. OLE color: 6108875.
HSL color Cylindrical-coordinate representation of color #CB365D: hue angle of 344.3º 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 #CB365D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 93 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.20 |
| HSL | 344.3º | 0.59% | 0.5% | - |
| HSV(B) | 344.3º | 0.73% | 0.8% | - |
| XYZ | 27.92 | 16.13 | 12 | - |
| YUV | 103 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 93 | 0 | 0.73 | 0.54 | 0.20 | 344.3 | 0.59 | 0.5 |
| Hex | CB | 36 | 5D | 0 | 49 | 36 | 14 | 158 | 3B | 32 |
| Octal | 313 | 66 | 135 | 0 | 111 | 66 | 24 | 530 | 73 | 62 |
| Binary | 11001011 | 110110 | 1011101 | 0 | 1001001 | 110110 | 10100 | 101011000 | 111011 | 110010 |
Color Harmonies of #CB365D
Complementary color
Monochromatic Colors of #CB365D
Black with #CB365D
Text Example
Text Example
White with #CB365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB365D; }
p { color: rgb(203,54,93); }
H1.HeaderClassName
{
color: #CB365D;
}
.AnyTagClassName
{
color: #CB365D;
}
</style>
background-color css
<style>
a { background-color: #CB365D; }
a { background-color: rgb(203,54,93); }
div.DivClassName
{
background-color: #CB365D;
}
.BgClassName
{
background-color: #CB365D;
}
</style>
border-color css
<style>
span { border-color: #CB365D; }
span { border-color: rgb(203,54,93); }
td.TdClassName
{
border-color: #CB365D;
}
.TagClassName
{
border-color: #CB365D;
}
</style>