Shades of Cerise #CB3C5C
Tints of Cerise #CB3C5C
RGB
CMYK
RGB Variations
Color information
#CB3C5C (or 0xCB3C5C) is known color: Cerise. HEX triplet: CB, 3C and 5C. RGB value is (203,60,92). Sum of RGB (Red+Green+Blue) = 203+60+92=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C5C is #34C3A3. Grayscale: #6A6A6A. Windows color (decimal): -3457956 or 6044875. OLE color: 6044875.
HSL color Cylindrical-coordinate representation of color #CB3C5C: hue angle of 346.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C5C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 92 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.20 |
| HSL | 346.57º | 0.58% | 0.52% | - |
| HSV(B) | 346.57º | 0.7% | 0.8% | - |
| XYZ | 28.18 | 16.7 | 11.86 | - |
| YUV | 106.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 92 | 0 | 0.70 | 0.55 | 0.20 | 346.57 | 0.58 | 0.52 |
| Hex | CB | 3C | 5C | 0 | 46 | 37 | 14 | 15B | 3A | 34 |
| Octal | 313 | 74 | 134 | 0 | 106 | 67 | 24 | 533 | 72 | 64 |
| Binary | 11001011 | 111100 | 1011100 | 0 | 1000110 | 110111 | 10100 | 101011011 | 111010 | 110100 |
Color Harmonies of #CB3C5C
Complementary color
Monochromatic Colors of #CB3C5C
Black with #CB3C5C
Text Example
Text Example
White with #CB3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C5C; }
p { color: rgb(203,60,92); }
H1.HeaderClassName
{
color: #CB3C5C;
}
.AnyTagClassName
{
color: #CB3C5C;
}
</style>
background-color css
<style>
a { background-color: #CB3C5C; }
a { background-color: rgb(203,60,92); }
div.DivClassName
{
background-color: #CB3C5C;
}
.BgClassName
{
background-color: #CB3C5C;
}
</style>
border-color css
<style>
span { border-color: #CB3C5C; }
span { border-color: rgb(203,60,92); }
td.TdClassName
{
border-color: #CB3C5C;
}
.TagClassName
{
border-color: #CB3C5C;
}
</style>