Shades of Cerise #CB3865
Tints of Cerise #CB3865
RGB
CMYK
RGB Variations
Color information
#CB3865 (or 0xCB3865) is known color: Cerise. HEX triplet: CB, 38 and 65. RGB value is (203,56,101). Sum of RGB (Red+Green+Blue) = 203+56+101=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3865 is #34C79A. Grayscale: #696969. Windows color (decimal): -3458971 or 6633675. OLE color: 6633675.
HSL color Cylindrical-coordinate representation of color #CB3865: hue angle of 341.63º 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 #CB3865 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 101 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.20 |
| HSL | 341.63º | 0.59% | 0.51% | - |
| HSV(B) | 341.63º | 0.72% | 0.8% | - |
| XYZ | 28.39 | 16.46 | 13.99 | - |
| YUV | 105.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 101 | 0 | 0.72 | 0.50 | 0.20 | 341.63 | 0.59 | 0.51 |
| Hex | CB | 38 | 65 | 0 | 48 | 32 | 14 | 156 | 3B | 33 |
| Octal | 313 | 70 | 145 | 0 | 110 | 62 | 24 | 526 | 73 | 63 |
| Binary | 11001011 | 111000 | 1100101 | 0 | 1001000 | 110010 | 10100 | 101010110 | 111011 | 110011 |
Color Harmonies of #CB3865
Complementary color
Monochromatic Colors of #CB3865
Black with #CB3865
Text Example
Text Example
White with #CB3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3865; }
p { color: rgb(203,56,101); }
H1.HeaderClassName
{
color: #CB3865;
}
.AnyTagClassName
{
color: #CB3865;
}
</style>
background-color css
<style>
a { background-color: #CB3865; }
a { background-color: rgb(203,56,101); }
div.DivClassName
{
background-color: #CB3865;
}
.BgClassName
{
background-color: #CB3865;
}
</style>
border-color css
<style>
span { border-color: #CB3865; }
span { border-color: rgb(203,56,101); }
td.TdClassName
{
border-color: #CB3865;
}
.TagClassName
{
border-color: #CB3865;
}
</style>