Shades of Cerise #CB386F
Tints of Cerise #CB386F
RGB
CMYK
RGB Variations
Color information
#CB386F (or 0xCB386F) is known color: Cerise. HEX triplet: CB, 38 and 6F. RGB value is (203,56,111). Sum of RGB (Red+Green+Blue) = 203+56+111=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB386F is #34C790. Grayscale: #6A6A6A. Windows color (decimal): -3458961 or 7289035. OLE color: 7289035.
HSL color Cylindrical-coordinate representation of color #CB386F: hue angle of 337.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB386F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 111 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.20 |
| HSL | 337.55º | 0.59% | 0.51% | - |
| HSV(B) | 337.55º | 0.72% | 0.8% | - |
| XYZ | 28.91 | 16.67 | 16.73 | - |
| YUV | 106.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 111 | 0 | 0.72 | 0.45 | 0.20 | 337.55 | 0.59 | 0.51 |
| Hex | CB | 38 | 6F | 0 | 48 | 2D | 14 | 152 | 3B | 33 |
| Octal | 313 | 70 | 157 | 0 | 110 | 55 | 24 | 522 | 73 | 63 |
| Binary | 11001011 | 111000 | 1101111 | 0 | 1001000 | 101101 | 10100 | 101010010 | 111011 | 110011 |
Color Harmonies of #CB386F
Complementary color
Monochromatic Colors of #CB386F
Black with #CB386F
Text Example
Text Example
White with #CB386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB386F; }
p { color: rgb(203,56,111); }
H1.HeaderClassName
{
color: #CB386F;
}
.AnyTagClassName
{
color: #CB386F;
}
</style>
background-color css
<style>
a { background-color: #CB386F; }
a { background-color: rgb(203,56,111); }
div.DivClassName
{
background-color: #CB386F;
}
.BgClassName
{
background-color: #CB386F;
}
</style>
border-color css
<style>
span { border-color: #CB386F; }
span { border-color: rgb(203,56,111); }
td.TdClassName
{
border-color: #CB386F;
}
.TagClassName
{
border-color: #CB386F;
}
</style>