Shades of Cerise #C93764
Tints of Cerise #C93764
RGB
CMYK
RGB Variations
Color information
#C93764 (or 0xC93764) is known color: Cerise. HEX triplet: C9, 37 and 64. RGB value is (201,55,100). Sum of RGB (Red+Green+Blue) = 201+55+100=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C93764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93764 is #36C89B. Grayscale: #676767. Windows color (decimal): -3590300 or 6567881. OLE color: 6567881.
HSL color Cylindrical-coordinate representation of color #C93764: hue angle of 341.51º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93764 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 100 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.21 |
| HSL | 341.51º | 0.57% | 0.5% | - |
| HSV(B) | 341.51º | 0.73% | 0.79% | - |
| XYZ | 27.75 | 16.07 | 13.7 | - |
| YUV | 103.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 100 | 0 | 0.73 | 0.50 | 0.21 | 341.51 | 0.57 | 0.5 |
| Hex | C9 | 37 | 64 | 0 | 49 | 32 | 15 | 156 | 39 | 32 |
| Octal | 311 | 67 | 144 | 0 | 111 | 62 | 25 | 526 | 71 | 62 |
| Binary | 11001001 | 110111 | 1100100 | 0 | 1001001 | 110010 | 10101 | 101010110 | 111001 | 110010 |
Color Harmonies of #C93764
Complementary color
Monochromatic Colors of #C93764
Black with #C93764
Text Example
Text Example
White with #C93764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93764; }
p { color: rgb(201,55,100); }
H1.HeaderClassName
{
color: #C93764;
}
.AnyTagClassName
{
color: #C93764;
}
</style>
background-color css
<style>
a { background-color: #C93764; }
a { background-color: rgb(201,55,100); }
div.DivClassName
{
background-color: #C93764;
}
.BgClassName
{
background-color: #C93764;
}
</style>
border-color css
<style>
span { border-color: #C93764; }
span { border-color: rgb(201,55,100); }
td.TdClassName
{
border-color: #C93764;
}
.TagClassName
{
border-color: #C93764;
}
</style>