Shades of Cerise #C93664
Tints of Cerise #C93664
RGB
CMYK
RGB Variations
Color information
#C93664 (or 0xC93664) is known color: Cerise. HEX triplet: C9, 36 and 64. RGB value is (201,54,100). Sum of RGB (Red+Green+Blue) = 201+54+100=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93664 is #36C99B. Grayscale: #676767. Windows color (decimal): -3590556 or 6567625. OLE color: 6567625.
HSL color Cylindrical-coordinate representation of color #C93664: hue angle of 341.22º degrees, saturation: 0.58, 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 #C93664 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 100 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.21 |
| HSL | 341.22º | 0.58% | 0.5% | - |
| HSV(B) | 341.22º | 0.73% | 0.79% | - |
| XYZ | 27.71 | 15.98 | 13.68 | - |
| YUV | 103.2 | 126.2 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 100 | 0 | 0.73 | 0.50 | 0.21 | 341.22 | 0.58 | 0.5 |
| Hex | C9 | 36 | 64 | 0 | 49 | 32 | 15 | 155 | 3A | 32 |
| Octal | 311 | 66 | 144 | 0 | 111 | 62 | 25 | 525 | 72 | 62 |
| Binary | 11001001 | 110110 | 1100100 | 0 | 1001001 | 110010 | 10101 | 101010101 | 111010 | 110010 |
Color Harmonies of #C93664
Complementary color
Monochromatic Colors of #C93664
Black with #C93664
Text Example
Text Example
White with #C93664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93664; }
p { color: rgb(201,54,100); }
H1.HeaderClassName
{
color: #C93664;
}
.AnyTagClassName
{
color: #C93664;
}
</style>
background-color css
<style>
a { background-color: #C93664; }
a { background-color: rgb(201,54,100); }
div.DivClassName
{
background-color: #C93664;
}
.BgClassName
{
background-color: #C93664;
}
</style>
border-color css
<style>
span { border-color: #C93664; }
span { border-color: rgb(201,54,100); }
td.TdClassName
{
border-color: #C93664;
}
.TagClassName
{
border-color: #C93664;
}
</style>