Shades of Cerise #CB3068
Tints of Cerise #CB3068
RGB
CMYK
RGB Variations
Color information
#CB3068 (or 0xCB3068) is known color: Cerise. HEX triplet: CB, 30 and 68. RGB value is (203,48,104). Sum of RGB (Red+Green+Blue) = 203+48+104=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3068 is #34CF97. Grayscale: #646464. Windows color (decimal): -3461016 or 6828235. OLE color: 6828235.
HSL color Cylindrical-coordinate representation of color #CB3068: hue angle of 338.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3068 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 104 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.20 |
| HSL | 338.32º | 0.62% | 0.49% | - |
| HSV(B) | 338.32º | 0.76% | 0.8% | - |
| XYZ | 28.18 | 15.81 | 14.66 | - |
| YUV | 100.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 104 | 0 | 0.76 | 0.49 | 0.20 | 338.32 | 0.62 | 0.49 |
| Hex | CB | 30 | 68 | 0 | 4C | 31 | 14 | 152 | 3E | 31 |
| Octal | 313 | 60 | 150 | 0 | 114 | 61 | 24 | 522 | 76 | 61 |
| Binary | 11001011 | 110000 | 1101000 | 0 | 1001100 | 110001 | 10100 | 101010010 | 111110 | 110001 |
Color Harmonies of #CB3068
Complementary color
Monochromatic Colors of #CB3068
Black with #CB3068
Text Example
Text Example
White with #CB3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3068; }
p { color: rgb(203,48,104); }
H1.HeaderClassName
{
color: #CB3068;
}
.AnyTagClassName
{
color: #CB3068;
}
</style>
background-color css
<style>
a { background-color: #CB3068; }
a { background-color: rgb(203,48,104); }
div.DivClassName
{
background-color: #CB3068;
}
.BgClassName
{
background-color: #CB3068;
}
</style>
border-color css
<style>
span { border-color: #CB3068; }
span { border-color: rgb(203,48,104); }
td.TdClassName
{
border-color: #CB3068;
}
.TagClassName
{
border-color: #CB3068;
}
</style>