Shades of Cerise #CB3464
Tints of Cerise #CB3464
RGB
CMYK
RGB Variations
Color information
#CB3464 (or 0xCB3464) is known color: Cerise. HEX triplet: CB, 34 and 64. RGB value is (203,52,100). Sum of RGB (Red+Green+Blue) = 203+52+100=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3464 is #34CB9B. Grayscale: #666666. Windows color (decimal): -3459996 or 6567115. OLE color: 6567115.
HSL color Cylindrical-coordinate representation of color #CB3464: hue angle of 340.93º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3464 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 100 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.20 |
| HSL | 340.93º | 0.59% | 0.5% | - |
| HSV(B) | 340.93º | 0.74% | 0.8% | - |
| XYZ | 28.16 | 16.07 | 13.67 | - |
| YUV | 102.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 100 | 0 | 0.74 | 0.51 | 0.20 | 340.93 | 0.59 | 0.5 |
| Hex | CB | 34 | 64 | 0 | 4A | 33 | 14 | 155 | 3B | 32 |
| Octal | 313 | 64 | 144 | 0 | 112 | 63 | 24 | 525 | 73 | 62 |
| Binary | 11001011 | 110100 | 1100100 | 0 | 1001010 | 110011 | 10100 | 101010101 | 111011 | 110010 |
Color Harmonies of #CB3464
Complementary color
Monochromatic Colors of #CB3464
Black with #CB3464
Text Example
Text Example
White with #CB3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3464; }
p { color: rgb(203,52,100); }
H1.HeaderClassName
{
color: #CB3464;
}
.AnyTagClassName
{
color: #CB3464;
}
</style>
background-color css
<style>
a { background-color: #CB3464; }
a { background-color: rgb(203,52,100); }
div.DivClassName
{
background-color: #CB3464;
}
.BgClassName
{
background-color: #CB3464;
}
</style>
border-color css
<style>
span { border-color: #CB3464; }
span { border-color: rgb(203,52,100); }
td.TdClassName
{
border-color: #CB3464;
}
.TagClassName
{
border-color: #CB3464;
}
</style>