Shades of Cerise #CB3268
Tints of Cerise #CB3268
RGB
CMYK
RGB Variations
Color information
#CB3268 (or 0xCB3268) is known color: Cerise. HEX triplet: CB, 32 and 68. RGB value is (203,50,104). Sum of RGB (Red+Green+Blue) = 203+50+104=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3268 is #34CD97. Grayscale: #656565. Windows color (decimal): -3460504 or 6828747. OLE color: 6828747.
HSL color Cylindrical-coordinate representation of color #CB3268: hue angle of 338.82º 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 #CB3268 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 104 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.20 |
| HSL | 338.82º | 0.6% | 0.5% | - |
| HSV(B) | 338.82º | 0.75% | 0.8% | - |
| XYZ | 28.27 | 15.98 | 14.69 | - |
| YUV | 101.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 104 | 0 | 0.75 | 0.49 | 0.20 | 338.82 | 0.6 | 0.5 |
| Hex | CB | 32 | 68 | 0 | 4B | 31 | 14 | 153 | 3C | 32 |
| Octal | 313 | 62 | 150 | 0 | 113 | 61 | 24 | 523 | 74 | 62 |
| Binary | 11001011 | 110010 | 1101000 | 0 | 1001011 | 110001 | 10100 | 101010011 | 111100 | 110010 |
Color Harmonies of #CB3268
Complementary color
Monochromatic Colors of #CB3268
Black with #CB3268
Text Example
Text Example
White with #CB3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3268; }
p { color: rgb(203,50,104); }
H1.HeaderClassName
{
color: #CB3268;
}
.AnyTagClassName
{
color: #CB3268;
}
</style>
background-color css
<style>
a { background-color: #CB3268; }
a { background-color: rgb(203,50,104); }
div.DivClassName
{
background-color: #CB3268;
}
.BgClassName
{
background-color: #CB3268;
}
</style>
border-color css
<style>
span { border-color: #CB3268; }
span { border-color: rgb(203,50,104); }
td.TdClassName
{
border-color: #CB3268;
}
.TagClassName
{
border-color: #CB3268;
}
</style>