Shades of Cerise #CB246A
Tints of Cerise #CB246A
RGB
CMYK
RGB Variations
Color information
#CB246A (or 0xCB246A) is known color: Cerise. HEX triplet: CB, 24 and 6A. RGB value is (203,36,106). Sum of RGB (Red+Green+Blue) = 203+36+106=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB246A is #34DB95. Grayscale: #5D5D5D. Windows color (decimal): -3464086 or 6956235. OLE color: 6956235.
HSL color Cylindrical-coordinate representation of color #CB246A: hue angle of 334.85º 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 #CB246A is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 106 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.20 |
| HSL | 334.85º | 0.7% | 0.47% | - |
| HSV(B) | 334.85º | 0.82% | 0.8% | - |
| XYZ | 27.86 | 15 | 15.06 | - |
| YUV | 93.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 106 | 0 | 0.82 | 0.48 | 0.20 | 334.85 | 0.7 | 0.47 |
| Hex | CB | 24 | 6A | 0 | 52 | 30 | 14 | 14F | 46 | 2F |
| Octal | 313 | 44 | 152 | 0 | 122 | 60 | 24 | 517 | 106 | 57 |
| Binary | 11001011 | 100100 | 1101010 | 0 | 1010010 | 110000 | 10100 | 101001111 | 1000110 | 101111 |
Color Harmonies of #CB246A
Complementary color
Monochromatic Colors of #CB246A
Black with #CB246A
Text Example
Text Example
White with #CB246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB246A; }
p { color: rgb(203,36,106); }
H1.HeaderClassName
{
color: #CB246A;
}
.AnyTagClassName
{
color: #CB246A;
}
</style>
background-color css
<style>
a { background-color: #CB246A; }
a { background-color: rgb(203,36,106); }
div.DivClassName
{
background-color: #CB246A;
}
.BgClassName
{
background-color: #CB246A;
}
</style>
border-color css
<style>
span { border-color: #CB246A; }
span { border-color: rgb(203,36,106); }
td.TdClassName
{
border-color: #CB246A;
}
.TagClassName
{
border-color: #CB246A;
}
</style>