Shades of Cerise #CB3762
Tints of Cerise #CB3762
RGB
CMYK
RGB Variations
Color information
#CB3762 (or 0xCB3762) is known color: Cerise. HEX triplet: CB, 37 and 62. RGB value is (203,55,98). Sum of RGB (Red+Green+Blue) = 203+55+98=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3762 is #34C89D. Grayscale: #686868. Windows color (decimal): -3459230 or 6436811. OLE color: 6436811.
HSL color Cylindrical-coordinate representation of color #CB3762: hue angle of 342.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3762 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 98 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.20 |
| HSL | 342.57º | 0.59% | 0.51% | - |
| HSV(B) | 342.57º | 0.73% | 0.8% | - |
| XYZ | 28.2 | 16.31 | 13.22 | - |
| YUV | 104.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 98 | 0 | 0.73 | 0.52 | 0.20 | 342.57 | 0.59 | 0.51 |
| Hex | CB | 37 | 62 | 0 | 49 | 34 | 14 | 157 | 3B | 33 |
| Octal | 313 | 67 | 142 | 0 | 111 | 64 | 24 | 527 | 73 | 63 |
| Binary | 11001011 | 110111 | 1100010 | 0 | 1001001 | 110100 | 10100 | 101010111 | 111011 | 110011 |
Color Harmonies of #CB3762
Complementary color
Monochromatic Colors of #CB3762
Black with #CB3762
Text Example
Text Example
White with #CB3762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3762; }
p { color: rgb(203,55,98); }
H1.HeaderClassName
{
color: #CB3762;
}
.AnyTagClassName
{
color: #CB3762;
}
</style>
background-color css
<style>
a { background-color: #CB3762; }
a { background-color: rgb(203,55,98); }
div.DivClassName
{
background-color: #CB3762;
}
.BgClassName
{
background-color: #CB3762;
}
</style>
border-color css
<style>
span { border-color: #CB3762; }
span { border-color: rgb(203,55,98); }
td.TdClassName
{
border-color: #CB3762;
}
.TagClassName
{
border-color: #CB3762;
}
</style>