Shades of Cerise #CB386C
Tints of Cerise #CB386C
RGB
CMYK
RGB Variations
Color information
#CB386C (or 0xCB386C) is known color: Cerise. HEX triplet: CB, 38 and 6C. RGB value is (203,56,108). Sum of RGB (Red+Green+Blue) = 203+56+108=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB386C is #34C793. Grayscale: #696969. Windows color (decimal): -3458964 or 7092427. OLE color: 7092427.
HSL color Cylindrical-coordinate representation of color #CB386C: hue angle of 338.78º 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 #CB386C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 108 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.20 |
| HSL | 338.78º | 0.59% | 0.51% | - |
| HSV(B) | 338.78º | 0.72% | 0.8% | - |
| XYZ | 28.75 | 16.61 | 15.88 | - |
| YUV | 105.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 108 | 0 | 0.72 | 0.47 | 0.20 | 338.78 | 0.59 | 0.51 |
| Hex | CB | 38 | 6C | 0 | 48 | 2F | 14 | 153 | 3B | 33 |
| Octal | 313 | 70 | 154 | 0 | 110 | 57 | 24 | 523 | 73 | 63 |
| Binary | 11001011 | 111000 | 1101100 | 0 | 1001000 | 101111 | 10100 | 101010011 | 111011 | 110011 |
Color Harmonies of #CB386C
Complementary color
Monochromatic Colors of #CB386C
Black with #CB386C
Text Example
Text Example
White with #CB386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB386C; }
p { color: rgb(203,56,108); }
H1.HeaderClassName
{
color: #CB386C;
}
.AnyTagClassName
{
color: #CB386C;
}
</style>
background-color css
<style>
a { background-color: #CB386C; }
a { background-color: rgb(203,56,108); }
div.DivClassName
{
background-color: #CB386C;
}
.BgClassName
{
background-color: #CB386C;
}
</style>
border-color css
<style>
span { border-color: #CB386C; }
span { border-color: rgb(203,56,108); }
td.TdClassName
{
border-color: #CB386C;
}
.TagClassName
{
border-color: #CB386C;
}
</style>