Shades of Cerise #CB246B
Tints of Cerise #CB246B
RGB
CMYK
RGB Variations
Color information
#CB246B (or 0xCB246B) is known color: Cerise. HEX triplet: CB, 24 and 6B. RGB value is (203,36,107). Sum of RGB (Red+Green+Blue) = 203+36+107=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB246B is #34DB94. Grayscale: #5D5D5D. Windows color (decimal): -3464085 or 7021771. OLE color: 7021771.
HSL color Cylindrical-coordinate representation of color #CB246B: hue angle of 334.49º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB246B is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 107 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.20 |
| HSL | 334.49º | 0.7% | 0.47% | - |
| HSV(B) | 334.49º | 0.82% | 0.8% | - |
| XYZ | 27.91 | 15.02 | 15.34 | - |
| YUV | 94.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 107 | 0 | 0.82 | 0.47 | 0.20 | 334.49 | 0.7 | 0.47 |
| Hex | CB | 24 | 6B | 0 | 52 | 2F | 14 | 14E | 46 | 2F |
| Octal | 313 | 44 | 153 | 0 | 122 | 57 | 24 | 516 | 106 | 57 |
| Binary | 11001011 | 100100 | 1101011 | 0 | 1010010 | 101111 | 10100 | 101001110 | 1000110 | 101111 |
Color Harmonies of #CB246B
Complementary color
Monochromatic Colors of #CB246B
Black with #CB246B
Text Example
Text Example
White with #CB246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB246B; }
p { color: rgb(203,36,107); }
H1.HeaderClassName
{
color: #CB246B;
}
.AnyTagClassName
{
color: #CB246B;
}
</style>
background-color css
<style>
a { background-color: #CB246B; }
a { background-color: rgb(203,36,107); }
div.DivClassName
{
background-color: #CB246B;
}
.BgClassName
{
background-color: #CB246B;
}
</style>
border-color css
<style>
span { border-color: #CB246B; }
span { border-color: rgb(203,36,107); }
td.TdClassName
{
border-color: #CB246B;
}
.TagClassName
{
border-color: #CB246B;
}
</style>