Shades of Cerise #CB396F
Tints of Cerise #CB396F
RGB
CMYK
RGB Variations
Color information
#CB396F (or 0xCB396F) is known color: Cerise. HEX triplet: CB, 39 and 6F. RGB value is (203,57,111). Sum of RGB (Red+Green+Blue) = 203+57+111=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB396F is #34C690. Grayscale: #6A6A6A. Windows color (decimal): -3458705 or 7289291. OLE color: 7289291.
HSL color Cylindrical-coordinate representation of color #CB396F: hue angle of 337.81º degrees, saturation: 0.58, 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 #CB396F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 111 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.20 |
| HSL | 337.81º | 0.58% | 0.51% | - |
| HSV(B) | 337.81º | 0.72% | 0.8% | - |
| XYZ | 28.96 | 16.77 | 16.75 | - |
| YUV | 106.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 111 | 0 | 0.72 | 0.45 | 0.20 | 337.81 | 0.58 | 0.51 |
| Hex | CB | 39 | 6F | 0 | 48 | 2D | 14 | 152 | 3A | 33 |
| Octal | 313 | 71 | 157 | 0 | 110 | 55 | 24 | 522 | 72 | 63 |
| Binary | 11001011 | 111001 | 1101111 | 0 | 1001000 | 101101 | 10100 | 101010010 | 111010 | 110011 |
Color Harmonies of #CB396F
Complementary color
Monochromatic Colors of #CB396F
Black with #CB396F
Text Example
Text Example
White with #CB396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB396F; }
p { color: rgb(203,57,111); }
H1.HeaderClassName
{
color: #CB396F;
}
.AnyTagClassName
{
color: #CB396F;
}
</style>
background-color css
<style>
a { background-color: #CB396F; }
a { background-color: rgb(203,57,111); }
div.DivClassName
{
background-color: #CB396F;
}
.BgClassName
{
background-color: #CB396F;
}
</style>
border-color css
<style>
span { border-color: #CB396F; }
span { border-color: rgb(203,57,111); }
td.TdClassName
{
border-color: #CB396F;
}
.TagClassName
{
border-color: #CB396F;
}
</style>