Shades of Cerise #CB376E
Tints of Cerise #CB376E
RGB
CMYK
RGB Variations
Color information
#CB376E (or 0xCB376E) is known color: Cerise. HEX triplet: CB, 37 and 6E. RGB value is (203,55,110). Sum of RGB (Red+Green+Blue) = 203+55+110=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB376E is #34C891. Grayscale: #696969. Windows color (decimal): -3459218 or 7223243. OLE color: 7223243.
HSL color Cylindrical-coordinate representation of color #CB376E: hue angle of 337.7º 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 #CB376E is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 110 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.20 |
| HSL | 337.7º | 0.59% | 0.51% | - |
| HSV(B) | 337.7º | 0.73% | 0.8% | - |
| XYZ | 28.81 | 16.55 | 16.43 | - |
| YUV | 105.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 110 | 0 | 0.73 | 0.46 | 0.20 | 337.7 | 0.59 | 0.51 |
| Hex | CB | 37 | 6E | 0 | 49 | 2E | 14 | 152 | 3B | 33 |
| Octal | 313 | 67 | 156 | 0 | 111 | 56 | 24 | 522 | 73 | 63 |
| Binary | 11001011 | 110111 | 1101110 | 0 | 1001001 | 101110 | 10100 | 101010010 | 111011 | 110011 |
Color Harmonies of #CB376E
Complementary color
Monochromatic Colors of #CB376E
Black with #CB376E
Text Example
Text Example
White with #CB376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB376E; }
p { color: rgb(203,55,110); }
H1.HeaderClassName
{
color: #CB376E;
}
.AnyTagClassName
{
color: #CB376E;
}
</style>
background-color css
<style>
a { background-color: #CB376E; }
a { background-color: rgb(203,55,110); }
div.DivClassName
{
background-color: #CB376E;
}
.BgClassName
{
background-color: #CB376E;
}
</style>
border-color css
<style>
span { border-color: #CB376E; }
span { border-color: rgb(203,55,110); }
td.TdClassName
{
border-color: #CB376E;
}
.TagClassName
{
border-color: #CB376E;
}
</style>