Shades of Cerise #CB365F
Tints of Cerise #CB365F
RGB
CMYK
RGB Variations
Color information
#CB365F (or 0xCB365F) is known color: Cerise. HEX triplet: CB, 36 and 5F. RGB value is (203,54,95). Sum of RGB (Red+Green+Blue) = 203+54+95=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB365F is #34C9A0. Grayscale: #676767. Windows color (decimal): -3459489 or 6239947. OLE color: 6239947.
HSL color Cylindrical-coordinate representation of color #CB365F: hue angle of 343.49º 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 #CB365F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 95 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.20 |
| HSL | 343.49º | 0.59% | 0.5% | - |
| HSV(B) | 343.49º | 0.73% | 0.8% | - |
| XYZ | 28.01 | 16.16 | 12.47 | - |
| YUV | 103.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 95 | 0 | 0.73 | 0.53 | 0.20 | 343.49 | 0.59 | 0.5 |
| Hex | CB | 36 | 5F | 0 | 49 | 35 | 14 | 157 | 3B | 32 |
| Octal | 313 | 66 | 137 | 0 | 111 | 65 | 24 | 527 | 73 | 62 |
| Binary | 11001011 | 110110 | 1011111 | 0 | 1001001 | 110101 | 10100 | 101010111 | 111011 | 110010 |
Color Harmonies of #CB365F
Complementary color
Monochromatic Colors of #CB365F
Black with #CB365F
Text Example
Text Example
White with #CB365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB365F; }
p { color: rgb(203,54,95); }
H1.HeaderClassName
{
color: #CB365F;
}
.AnyTagClassName
{
color: #CB365F;
}
</style>
background-color css
<style>
a { background-color: #CB365F; }
a { background-color: rgb(203,54,95); }
div.DivClassName
{
background-color: #CB365F;
}
.BgClassName
{
background-color: #CB365F;
}
</style>
border-color css
<style>
span { border-color: #CB365F; }
span { border-color: rgb(203,54,95); }
td.TdClassName
{
border-color: #CB365F;
}
.TagClassName
{
border-color: #CB365F;
}
</style>