Shades of Cerise #CB3264
Tints of Cerise #CB3264
RGB
CMYK
RGB Variations
Color information
#CB3264 (or 0xCB3264) is known color: Cerise. HEX triplet: CB, 32 and 64. RGB value is (203,50,100). Sum of RGB (Red+Green+Blue) = 203+50+100=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3264 is #34CD9B. Grayscale: #656565. Windows color (decimal): -3460508 or 6566603. OLE color: 6566603.
HSL color Cylindrical-coordinate representation of color #CB3264: hue angle of 340.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3264 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 100 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.20 |
| HSL | 340.39º | 0.6% | 0.5% | - |
| HSV(B) | 340.39º | 0.75% | 0.8% | - |
| XYZ | 28.07 | 15.9 | 13.65 | - |
| YUV | 101.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 100 | 0 | 0.75 | 0.51 | 0.20 | 340.39 | 0.6 | 0.5 |
| Hex | CB | 32 | 64 | 0 | 4B | 33 | 14 | 154 | 3C | 32 |
| Octal | 313 | 62 | 144 | 0 | 113 | 63 | 24 | 524 | 74 | 62 |
| Binary | 11001011 | 110010 | 1100100 | 0 | 1001011 | 110011 | 10100 | 101010100 | 111100 | 110010 |
Color Harmonies of #CB3264
Complementary color
Monochromatic Colors of #CB3264
Black with #CB3264
Text Example
Text Example
White with #CB3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3264; }
p { color: rgb(203,50,100); }
H1.HeaderClassName
{
color: #CB3264;
}
.AnyTagClassName
{
color: #CB3264;
}
</style>
background-color css
<style>
a { background-color: #CB3264; }
a { background-color: rgb(203,50,100); }
div.DivClassName
{
background-color: #CB3264;
}
.BgClassName
{
background-color: #CB3264;
}
</style>
border-color css
<style>
span { border-color: #CB3264; }
span { border-color: rgb(203,50,100); }
td.TdClassName
{
border-color: #CB3264;
}
.TagClassName
{
border-color: #CB3264;
}
</style>