Shades of Cerise #CB3066
Tints of Cerise #CB3066
RGB
CMYK
RGB Variations
Color information
#CB3066 (or 0xCB3066) is known color: Cerise. HEX triplet: CB, 30 and 66. RGB value is (203,48,102). Sum of RGB (Red+Green+Blue) = 203+48+102=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3066 is #34CF99. Grayscale: #646464. Windows color (decimal): -3461018 or 6697163. OLE color: 6697163.
HSL color Cylindrical-coordinate representation of color #CB3066: hue angle of 339.1º 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 #CB3066 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 102 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.20 |
| HSL | 339.1º | 0.62% | 0.49% | - |
| HSV(B) | 339.1º | 0.76% | 0.8% | - |
| XYZ | 28.08 | 15.77 | 14.13 | - |
| YUV | 100.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 102 | 0 | 0.76 | 0.50 | 0.20 | 339.1 | 0.62 | 0.49 |
| Hex | CB | 30 | 66 | 0 | 4C | 32 | 14 | 153 | 3E | 31 |
| Octal | 313 | 60 | 146 | 0 | 114 | 62 | 24 | 523 | 76 | 61 |
| Binary | 11001011 | 110000 | 1100110 | 0 | 1001100 | 110010 | 10100 | 101010011 | 111110 | 110001 |
Color Harmonies of #CB3066
Complementary color
Monochromatic Colors of #CB3066
Black with #CB3066
Text Example
Text Example
White with #CB3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3066; }
p { color: rgb(203,48,102); }
H1.HeaderClassName
{
color: #CB3066;
}
.AnyTagClassName
{
color: #CB3066;
}
</style>
background-color css
<style>
a { background-color: #CB3066; }
a { background-color: rgb(203,48,102); }
div.DivClassName
{
background-color: #CB3066;
}
.BgClassName
{
background-color: #CB3066;
}
</style>
border-color css
<style>
span { border-color: #CB3066; }
span { border-color: rgb(203,48,102); }
td.TdClassName
{
border-color: #CB3066;
}
.TagClassName
{
border-color: #CB3066;
}
</style>