Shades of Cerise #CB386E
Tints of Cerise #CB386E
RGB
CMYK
RGB Variations
Color information
#CB386E (or 0xCB386E) is known color: Cerise. HEX triplet: CB, 38 and 6E. RGB value is (203,56,110). Sum of RGB (Red+Green+Blue) = 203+56+110=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB386E is #34C791. Grayscale: #6A6A6A. Windows color (decimal): -3458962 or 7223499. OLE color: 7223499.
HSL color Cylindrical-coordinate representation of color #CB386E: hue angle of 337.96º 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 #CB386E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 110 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.20 |
| HSL | 337.96º | 0.59% | 0.51% | - |
| HSV(B) | 337.96º | 0.72% | 0.8% | - |
| XYZ | 28.86 | 16.65 | 16.44 | - |
| YUV | 106.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 110 | 0 | 0.72 | 0.46 | 0.20 | 337.96 | 0.59 | 0.51 |
| Hex | CB | 38 | 6E | 0 | 48 | 2E | 14 | 152 | 3B | 33 |
| Octal | 313 | 70 | 156 | 0 | 110 | 56 | 24 | 522 | 73 | 63 |
| Binary | 11001011 | 111000 | 1101110 | 0 | 1001000 | 101110 | 10100 | 101010010 | 111011 | 110011 |
Color Harmonies of #CB386E
Complementary color
Monochromatic Colors of #CB386E
Black with #CB386E
Text Example
Text Example
White with #CB386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB386E; }
p { color: rgb(203,56,110); }
H1.HeaderClassName
{
color: #CB386E;
}
.AnyTagClassName
{
color: #CB386E;
}
</style>
background-color css
<style>
a { background-color: #CB386E; }
a { background-color: rgb(203,56,110); }
div.DivClassName
{
background-color: #CB386E;
}
.BgClassName
{
background-color: #CB386E;
}
</style>
border-color css
<style>
span { border-color: #CB386E; }
span { border-color: rgb(203,56,110); }
td.TdClassName
{
border-color: #CB386E;
}
.TagClassName
{
border-color: #CB386E;
}
</style>