Shades of Cerise #CB3763
Tints of Cerise #CB3763
RGB
CMYK
RGB Variations
Color information
#CB3763 (or 0xCB3763) is known color: Cerise. HEX triplet: CB, 37 and 63. RGB value is (203,55,99). Sum of RGB (Red+Green+Blue) = 203+55+99=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3763 is #34C89C. Grayscale: #686868. Windows color (decimal): -3459229 or 6502347. OLE color: 6502347.
HSL color Cylindrical-coordinate representation of color #CB3763: hue angle of 342.16º 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 #CB3763 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 99 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.20 |
| HSL | 342.16º | 0.59% | 0.51% | - |
| HSV(B) | 342.16º | 0.73% | 0.8% | - |
| XYZ | 28.25 | 16.33 | 13.47 | - |
| YUV | 104.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 99 | 0 | 0.73 | 0.51 | 0.20 | 342.16 | 0.59 | 0.51 |
| Hex | CB | 37 | 63 | 0 | 49 | 33 | 14 | 156 | 3B | 33 |
| Octal | 313 | 67 | 143 | 0 | 111 | 63 | 24 | 526 | 73 | 63 |
| Binary | 11001011 | 110111 | 1100011 | 0 | 1001001 | 110011 | 10100 | 101010110 | 111011 | 110011 |
Color Harmonies of #CB3763
Complementary color
Monochromatic Colors of #CB3763
Black with #CB3763
Text Example
Text Example
White with #CB3763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3763; }
p { color: rgb(203,55,99); }
H1.HeaderClassName
{
color: #CB3763;
}
.AnyTagClassName
{
color: #CB3763;
}
</style>
background-color css
<style>
a { background-color: #CB3763; }
a { background-color: rgb(203,55,99); }
div.DivClassName
{
background-color: #CB3763;
}
.BgClassName
{
background-color: #CB3763;
}
</style>
border-color css
<style>
span { border-color: #CB3763; }
span { border-color: rgb(203,55,99); }
td.TdClassName
{
border-color: #CB3763;
}
.TagClassName
{
border-color: #CB3763;
}
</style>