Shades of Cerise #CB3764
Tints of Cerise #CB3764
RGB
CMYK
RGB Variations
Color information
#CB3764 (or 0xCB3764) is known color: Cerise. HEX triplet: CB, 37 and 64. RGB value is (203,55,100). Sum of RGB (Red+Green+Blue) = 203+55+100=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3764 is #34C89B. Grayscale: #686868. Windows color (decimal): -3459228 or 6567883. OLE color: 6567883.
HSL color Cylindrical-coordinate representation of color #CB3764: hue angle of 341.76º 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 #CB3764 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 100 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.20 |
| HSL | 341.76º | 0.59% | 0.51% | - |
| HSV(B) | 341.76º | 0.73% | 0.8% | - |
| XYZ | 28.3 | 16.35 | 13.72 | - |
| YUV | 104.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 100 | 0 | 0.73 | 0.51 | 0.20 | 341.76 | 0.59 | 0.51 |
| Hex | CB | 37 | 64 | 0 | 49 | 33 | 14 | 156 | 3B | 33 |
| Octal | 313 | 67 | 144 | 0 | 111 | 63 | 24 | 526 | 73 | 63 |
| Binary | 11001011 | 110111 | 1100100 | 0 | 1001001 | 110011 | 10100 | 101010110 | 111011 | 110011 |
Color Harmonies of #CB3764
Complementary color
Monochromatic Colors of #CB3764
Black with #CB3764
Text Example
Text Example
White with #CB3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3764; }
p { color: rgb(203,55,100); }
H1.HeaderClassName
{
color: #CB3764;
}
.AnyTagClassName
{
color: #CB3764;
}
</style>
background-color css
<style>
a { background-color: #CB3764; }
a { background-color: rgb(203,55,100); }
div.DivClassName
{
background-color: #CB3764;
}
.BgClassName
{
background-color: #CB3764;
}
</style>
border-color css
<style>
span { border-color: #CB3764; }
span { border-color: rgb(203,55,100); }
td.TdClassName
{
border-color: #CB3764;
}
.TagClassName
{
border-color: #CB3764;
}
</style>