Shades of Cerise #CB3672
Tints of Cerise #CB3672
RGB
CMYK
RGB Variations
Color information
#CB3672 (or 0xCB3672) is known color: Cerise. HEX triplet: CB, 36 and 72. RGB value is (203,54,114). Sum of RGB (Red+Green+Blue) = 203+54+114=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3672 is #34C98D. Grayscale: #696969. Windows color (decimal): -3459470 or 7485131. OLE color: 7485131.
HSL color Cylindrical-coordinate representation of color #CB3672: hue angle of 335.84º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3672 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 114 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.20 |
| HSL | 335.84º | 0.59% | 0.5% | - |
| HSV(B) | 335.84º | 0.73% | 0.8% | - |
| XYZ | 28.99 | 16.55 | 17.59 | - |
| YUV | 105.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 114 | 0 | 0.73 | 0.44 | 0.20 | 335.84 | 0.59 | 0.5 |
| Hex | CB | 36 | 72 | 0 | 49 | 2C | 14 | 150 | 3B | 32 |
| Octal | 313 | 66 | 162 | 0 | 111 | 54 | 24 | 520 | 73 | 62 |
| Binary | 11001011 | 110110 | 1110010 | 0 | 1001001 | 101100 | 10100 | 101010000 | 111011 | 110010 |
Color Harmonies of #CB3672
Complementary color
Monochromatic Colors of #CB3672
Black with #CB3672
Text Example
Text Example
White with #CB3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3672; }
p { color: rgb(203,54,114); }
H1.HeaderClassName
{
color: #CB3672;
}
.AnyTagClassName
{
color: #CB3672;
}
</style>
background-color css
<style>
a { background-color: #CB3672; }
a { background-color: rgb(203,54,114); }
div.DivClassName
{
background-color: #CB3672;
}
.BgClassName
{
background-color: #CB3672;
}
</style>
border-color css
<style>
span { border-color: #CB3672; }
span { border-color: rgb(203,54,114); }
td.TdClassName
{
border-color: #CB3672;
}
.TagClassName
{
border-color: #CB3672;
}
</style>