Shades of Cerise #CB355D
Tints of Cerise #CB355D
RGB
CMYK
RGB Variations
Color information
#CB355D (or 0xCB355D) is known color: Cerise. HEX triplet: CB, 35 and 5D. RGB value is (203,53,93). Sum of RGB (Red+Green+Blue) = 203+53+93=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355D is #34CAA2. Grayscale: #666666. Windows color (decimal): -3459747 or 6108619. OLE color: 6108619.
HSL color Cylindrical-coordinate representation of color #CB355D: hue angle of 344º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB355D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 93 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.20 |
| HSL | 344º | 0.59% | 0.5% | - |
| HSV(B) | 344º | 0.74% | 0.8% | - |
| XYZ | 27.88 | 16.03 | 11.98 | - |
| YUV | 102.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 93 | 0 | 0.74 | 0.54 | 0.20 | 344 | 0.59 | 0.5 |
| Hex | CB | 35 | 5D | 0 | 4A | 36 | 14 | 158 | 3B | 32 |
| Octal | 313 | 65 | 135 | 0 | 112 | 66 | 24 | 530 | 73 | 62 |
| Binary | 11001011 | 110101 | 1011101 | 0 | 1001010 | 110110 | 10100 | 101011000 | 111011 | 110010 |
Color Harmonies of #CB355D
Complementary color
Monochromatic Colors of #CB355D
Black with #CB355D
Text Example
Text Example
White with #CB355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB355D; }
p { color: rgb(203,53,93); }
H1.HeaderClassName
{
color: #CB355D;
}
.AnyTagClassName
{
color: #CB355D;
}
</style>
background-color css
<style>
a { background-color: #CB355D; }
a { background-color: rgb(203,53,93); }
div.DivClassName
{
background-color: #CB355D;
}
.BgClassName
{
background-color: #CB355D;
}
</style>
border-color css
<style>
span { border-color: #CB355D; }
span { border-color: rgb(203,53,93); }
td.TdClassName
{
border-color: #CB355D;
}
.TagClassName
{
border-color: #CB355D;
}
</style>