Shades of Cerise #CB355F
Tints of Cerise #CB355F
RGB
CMYK
RGB Variations
Color information
#CB355F (or 0xCB355F) is known color: Cerise. HEX triplet: CB, 35 and 5F. RGB value is (203,53,95). Sum of RGB (Red+Green+Blue) = 203+53+95=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355F is #34CAA0. Grayscale: #666666. Windows color (decimal): -3459745 or 6239691. OLE color: 6239691.
HSL color Cylindrical-coordinate representation of color #CB355F: hue angle of 343.2º 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 #CB355F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 95 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.20 |
| HSL | 343.2º | 0.59% | 0.5% | - |
| HSV(B) | 343.2º | 0.74% | 0.8% | - |
| XYZ | 27.97 | 16.07 | 12.45 | - |
| YUV | 102.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 95 | 0 | 0.74 | 0.53 | 0.20 | 343.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 5F | 0 | 4A | 35 | 14 | 157 | 3B | 32 |
| Octal | 313 | 65 | 137 | 0 | 112 | 65 | 24 | 527 | 73 | 62 |
| Binary | 11001011 | 110101 | 1011111 | 0 | 1001010 | 110101 | 10100 | 101010111 | 111011 | 110010 |
Color Harmonies of #CB355F
Complementary color
Monochromatic Colors of #CB355F
Black with #CB355F
Text Example
Text Example
White with #CB355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB355F; }
p { color: rgb(203,53,95); }
H1.HeaderClassName
{
color: #CB355F;
}
.AnyTagClassName
{
color: #CB355F;
}
</style>
background-color css
<style>
a { background-color: #CB355F; }
a { background-color: rgb(203,53,95); }
div.DivClassName
{
background-color: #CB355F;
}
.BgClassName
{
background-color: #CB355F;
}
</style>
border-color css
<style>
span { border-color: #CB355F; }
span { border-color: rgb(203,53,95); }
td.TdClassName
{
border-color: #CB355F;
}
.TagClassName
{
border-color: #CB355F;
}
</style>