Shades of Cerise #CB296B
Tints of Cerise #CB296B
RGB
CMYK
RGB Variations
Color information
#CB296B (or 0xCB296B) is known color: Cerise. HEX triplet: CB, 29 and 6B. RGB value is (203,41,107). Sum of RGB (Red+Green+Blue) = 203+41+107=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB296B is #34D694. Grayscale: #606060. Windows color (decimal): -3462805 or 7023051. OLE color: 7023051.
HSL color Cylindrical-coordinate representation of color #CB296B: hue angle of 335.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB296B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 107 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.20 |
| HSL | 335.56º | 0.66% | 0.48% | - |
| HSV(B) | 335.56º | 0.8% | 0.8% | - |
| XYZ | 28.08 | 15.34 | 15.39 | - |
| YUV | 96.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 107 | 0 | 0.80 | 0.47 | 0.20 | 335.56 | 0.66 | 0.48 |
| Hex | CB | 29 | 6B | 0 | 50 | 2F | 14 | 150 | 42 | 30 |
| Octal | 313 | 51 | 153 | 0 | 120 | 57 | 24 | 520 | 102 | 60 |
| Binary | 11001011 | 101001 | 1101011 | 0 | 1010000 | 101111 | 10100 | 101010000 | 1000010 | 110000 |
Color Harmonies of #CB296B
Complementary color
Monochromatic Colors of #CB296B
Black with #CB296B
Text Example
Text Example
White with #CB296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB296B; }
p { color: rgb(203,41,107); }
H1.HeaderClassName
{
color: #CB296B;
}
.AnyTagClassName
{
color: #CB296B;
}
</style>
background-color css
<style>
a { background-color: #CB296B; }
a { background-color: rgb(203,41,107); }
div.DivClassName
{
background-color: #CB296B;
}
.BgClassName
{
background-color: #CB296B;
}
</style>
border-color css
<style>
span { border-color: #CB296B; }
span { border-color: rgb(203,41,107); }
td.TdClassName
{
border-color: #CB296B;
}
.TagClassName
{
border-color: #CB296B;
}
</style>