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