Shades of Cerise #CB366F
Tints of Cerise #CB366F
RGB
CMYK
RGB Variations
Color information
#CB366F (or 0xCB366F) is known color: Cerise. HEX triplet: CB, 36 and 6F. RGB value is (203,54,111). Sum of RGB (Red+Green+Blue) = 203+54+111=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB366F is #34C990. Grayscale: #686868. Windows color (decimal): -3459473 or 7288523. OLE color: 7288523.
HSL color Cylindrical-coordinate representation of color #CB366F: hue angle of 337.05º 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 #CB366F is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 111 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.20 |
| HSL | 337.05º | 0.59% | 0.5% | - |
| HSV(B) | 337.05º | 0.73% | 0.8% | - |
| XYZ | 28.82 | 16.48 | 16.7 | - |
| YUV | 105.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 111 | 0 | 0.73 | 0.45 | 0.20 | 337.05 | 0.59 | 0.5 |
| Hex | CB | 36 | 6F | 0 | 49 | 2D | 14 | 151 | 3B | 32 |
| Octal | 313 | 66 | 157 | 0 | 111 | 55 | 24 | 521 | 73 | 62 |
| Binary | 11001011 | 110110 | 1101111 | 0 | 1001001 | 101101 | 10100 | 101010001 | 111011 | 110010 |
Color Harmonies of #CB366F
Complementary color
Monochromatic Colors of #CB366F
Black with #CB366F
Text Example
Text Example
White with #CB366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB366F; }
p { color: rgb(203,54,111); }
H1.HeaderClassName
{
color: #CB366F;
}
.AnyTagClassName
{
color: #CB366F;
}
</style>
background-color css
<style>
a { background-color: #CB366F; }
a { background-color: rgb(203,54,111); }
div.DivClassName
{
background-color: #CB366F;
}
.BgClassName
{
background-color: #CB366F;
}
</style>
border-color css
<style>
span { border-color: #CB366F; }
span { border-color: rgb(203,54,111); }
td.TdClassName
{
border-color: #CB366F;
}
.TagClassName
{
border-color: #CB366F;
}
</style>