Shades of Cerise #CB2B5C
Tints of Cerise #CB2B5C
RGB
CMYK
RGB Variations
Color information
#CB2B5C (or 0xCB2B5C) is known color: Cerise. HEX triplet: CB, 2B and 5C. RGB value is (203,43,92). Sum of RGB (Red+Green+Blue) = 203+43+92=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B5C is #34D4A3. Grayscale: #606060. Windows color (decimal): -3462308 or 6040523. OLE color: 6040523.
HSL color Cylindrical-coordinate representation of color #CB2B5C: hue angle of 341.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B5C is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 92 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.20 |
| HSL | 341.63º | 0.65% | 0.48% | - |
| HSV(B) | 341.63º | 0.79% | 0.8% | - |
| XYZ | 27.42 | 15.2 | 11.61 | - |
| YUV | 96.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 92 | 0 | 0.79 | 0.55 | 0.20 | 341.63 | 0.65 | 0.48 |
| Hex | CB | 2B | 5C | 0 | 4F | 37 | 14 | 156 | 41 | 30 |
| Octal | 313 | 53 | 134 | 0 | 117 | 67 | 24 | 526 | 101 | 60 |
| Binary | 11001011 | 101011 | 1011100 | 0 | 1001111 | 110111 | 10100 | 101010110 | 1000001 | 110000 |
Color Harmonies of #CB2B5C
Complementary color
Monochromatic Colors of #CB2B5C
Black with #CB2B5C
Text Example
Text Example
White with #CB2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B5C; }
p { color: rgb(203,43,92); }
H1.HeaderClassName
{
color: #CB2B5C;
}
.AnyTagClassName
{
color: #CB2B5C;
}
</style>
background-color css
<style>
a { background-color: #CB2B5C; }
a { background-color: rgb(203,43,92); }
div.DivClassName
{
background-color: #CB2B5C;
}
.BgClassName
{
background-color: #CB2B5C;
}
</style>
border-color css
<style>
span { border-color: #CB2B5C; }
span { border-color: rgb(203,43,92); }
td.TdClassName
{
border-color: #CB2B5C;
}
.TagClassName
{
border-color: #CB2B5C;
}
</style>