Shades of Cerise #CB3864
Tints of Cerise #CB3864
RGB
CMYK
RGB Variations
Color information
#CB3864 (or 0xCB3864) is known color: Cerise. HEX triplet: CB, 38 and 64. RGB value is (203,56,100). Sum of RGB (Red+Green+Blue) = 203+56+100=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3864 is #34C79B. Grayscale: #686868. Windows color (decimal): -3458972 or 6568139. OLE color: 6568139.
HSL color Cylindrical-coordinate representation of color #CB3864: hue angle of 342.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3864 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 100 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.20 |
| HSL | 342.04º | 0.59% | 0.51% | - |
| HSV(B) | 342.04º | 0.72% | 0.8% | - |
| XYZ | 28.34 | 16.44 | 13.74 | - |
| YUV | 104.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 100 | 0 | 0.72 | 0.51 | 0.20 | 342.04 | 0.59 | 0.51 |
| Hex | CB | 38 | 64 | 0 | 48 | 33 | 14 | 156 | 3B | 33 |
| Octal | 313 | 70 | 144 | 0 | 110 | 63 | 24 | 526 | 73 | 63 |
| Binary | 11001011 | 111000 | 1100100 | 0 | 1001000 | 110011 | 10100 | 101010110 | 111011 | 110011 |
Color Harmonies of #CB3864
Complementary color
Monochromatic Colors of #CB3864
Black with #CB3864
Text Example
Text Example
White with #CB3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3864; }
p { color: rgb(203,56,100); }
H1.HeaderClassName
{
color: #CB3864;
}
.AnyTagClassName
{
color: #CB3864;
}
</style>
background-color css
<style>
a { background-color: #CB3864; }
a { background-color: rgb(203,56,100); }
div.DivClassName
{
background-color: #CB3864;
}
.BgClassName
{
background-color: #CB3864;
}
</style>
border-color css
<style>
span { border-color: #CB3864; }
span { border-color: rgb(203,56,100); }
td.TdClassName
{
border-color: #CB3864;
}
.TagClassName
{
border-color: #CB3864;
}
</style>