Shades of Cerise #CB3962
Tints of Cerise #CB3962
RGB
CMYK
RGB Variations
Color information
#CB3962 (or 0xCB3962) is known color: Cerise. HEX triplet: CB, 39 and 62. RGB value is (203,57,98). Sum of RGB (Red+Green+Blue) = 203+57+98=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3962 is #34C69D. Grayscale: #696969. Windows color (decimal): -3458718 or 6437323. OLE color: 6437323.
HSL color Cylindrical-coordinate representation of color #CB3962: hue angle of 343.15º 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 #CB3962 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 98 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.20 |
| HSL | 343.15º | 0.58% | 0.51% | - |
| HSV(B) | 343.15º | 0.72% | 0.8% | - |
| XYZ | 28.3 | 16.5 | 13.25 | - |
| YUV | 105.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 98 | 0 | 0.72 | 0.52 | 0.20 | 343.15 | 0.58 | 0.51 |
| Hex | CB | 39 | 62 | 0 | 48 | 34 | 14 | 157 | 3A | 33 |
| Octal | 313 | 71 | 142 | 0 | 110 | 64 | 24 | 527 | 72 | 63 |
| Binary | 11001011 | 111001 | 1100010 | 0 | 1001000 | 110100 | 10100 | 101010111 | 111010 | 110011 |
Color Harmonies of #CB3962
Complementary color
Monochromatic Colors of #CB3962
Black with #CB3962
Text Example
Text Example
White with #CB3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3962; }
p { color: rgb(203,57,98); }
H1.HeaderClassName
{
color: #CB3962;
}
.AnyTagClassName
{
color: #CB3962;
}
</style>
background-color css
<style>
a { background-color: #CB3962; }
a { background-color: rgb(203,57,98); }
div.DivClassName
{
background-color: #CB3962;
}
.BgClassName
{
background-color: #CB3962;
}
</style>
border-color css
<style>
span { border-color: #CB3962; }
span { border-color: rgb(203,57,98); }
td.TdClassName
{
border-color: #CB3962;
}
.TagClassName
{
border-color: #CB3962;
}
</style>