Shades of Cerise #CB235C
Tints of Cerise #CB235C
RGB
CMYK
RGB Variations
Color information
#CB235C (or 0xCB235C) is known color: Cerise. HEX triplet: CB, 23 and 5C. RGB value is (203,35,92). Sum of RGB (Red+Green+Blue) = 203+35+92=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB235C is #34DCA3. Grayscale: #5B5B5B. Windows color (decimal): -3464356 or 6038475. OLE color: 6038475.
HSL color Cylindrical-coordinate representation of color #CB235C: hue angle of 339.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB235C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 92 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.20 |
| HSL | 339.64º | 0.71% | 0.47% | - |
| HSV(B) | 339.64º | 0.83% | 0.8% | - |
| XYZ | 27.16 | 14.67 | 11.53 | - |
| YUV | 91.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 92 | 0 | 0.83 | 0.55 | 0.20 | 339.64 | 0.71 | 0.47 |
| Hex | CB | 23 | 5C | 0 | 53 | 37 | 14 | 154 | 47 | 2F |
| Octal | 313 | 43 | 134 | 0 | 123 | 67 | 24 | 524 | 107 | 57 |
| Binary | 11001011 | 100011 | 1011100 | 0 | 1010011 | 110111 | 10100 | 101010100 | 1000111 | 101111 |
Color Harmonies of #CB235C
Complementary color
Monochromatic Colors of #CB235C
Black with #CB235C
Text Example
Text Example
White with #CB235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB235C; }
p { color: rgb(203,35,92); }
H1.HeaderClassName
{
color: #CB235C;
}
.AnyTagClassName
{
color: #CB235C;
}
</style>
background-color css
<style>
a { background-color: #CB235C; }
a { background-color: rgb(203,35,92); }
div.DivClassName
{
background-color: #CB235C;
}
.BgClassName
{
background-color: #CB235C;
}
</style>
border-color css
<style>
span { border-color: #CB235C; }
span { border-color: rgb(203,35,92); }
td.TdClassName
{
border-color: #CB235C;
}
.TagClassName
{
border-color: #CB235C;
}
</style>