Shades of Cerise #CB3365
Tints of Cerise #CB3365
RGB
CMYK
RGB Variations
Color information
#CB3365 (or 0xCB3365) is known color: Cerise. HEX triplet: CB, 33 and 65. RGB value is (203,51,101). Sum of RGB (Red+Green+Blue) = 203+51+101=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3365 is #34CC9A. Grayscale: #666666. Windows color (decimal): -3460251 or 6632395. OLE color: 6632395.
HSL color Cylindrical-coordinate representation of color #CB3365: hue angle of 340.26º 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 #CB3365 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 101 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.20 |
| HSL | 340.26º | 0.6% | 0.5% | - |
| HSV(B) | 340.26º | 0.75% | 0.8% | - |
| XYZ | 28.16 | 16 | 13.92 | - |
| YUV | 102.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 101 | 0 | 0.75 | 0.50 | 0.20 | 340.26 | 0.6 | 0.5 |
| Hex | CB | 33 | 65 | 0 | 4B | 32 | 14 | 154 | 3C | 32 |
| Octal | 313 | 63 | 145 | 0 | 113 | 62 | 24 | 524 | 74 | 62 |
| Binary | 11001011 | 110011 | 1100101 | 0 | 1001011 | 110010 | 10100 | 101010100 | 111100 | 110010 |
Color Harmonies of #CB3365
Complementary color
Monochromatic Colors of #CB3365
Black with #CB3365
Text Example
Text Example
White with #CB3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3365; }
p { color: rgb(203,51,101); }
H1.HeaderClassName
{
color: #CB3365;
}
.AnyTagClassName
{
color: #CB3365;
}
</style>
background-color css
<style>
a { background-color: #CB3365; }
a { background-color: rgb(203,51,101); }
div.DivClassName
{
background-color: #CB3365;
}
.BgClassName
{
background-color: #CB3365;
}
</style>
border-color css
<style>
span { border-color: #CB3365; }
span { border-color: rgb(203,51,101); }
td.TdClassName
{
border-color: #CB3365;
}
.TagClassName
{
border-color: #CB3365;
}
</style>