Shades of Cerise #C92664
Tints of Cerise #C92664
RGB
CMYK
RGB Variations
Color information
#C92664 (or 0xC92664) is known color: Cerise. HEX triplet: C9, 26 and 64. RGB value is (201,38,100). Sum of RGB (Red+Green+Blue) = 201+38+100=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C92664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92664 is #36D99B. Grayscale: #5D5D5D. Windows color (decimal): -3594652 or 6563529. OLE color: 6563529.
HSL color Cylindrical-coordinate representation of color #C92664: hue angle of 337.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92664 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 100 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.21 |
| HSL | 337.18º | 0.68% | 0.47% | - |
| HSV(B) | 337.18º | 0.81% | 0.79% | - |
| XYZ | 27.08 | 14.72 | 13.47 | - |
| YUV | 93.81 | 131.5 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 100 | 0 | 0.81 | 0.50 | 0.21 | 337.18 | 0.68 | 0.47 |
| Hex | C9 | 26 | 64 | 0 | 51 | 32 | 15 | 151 | 44 | 2F |
| Octal | 311 | 46 | 144 | 0 | 121 | 62 | 25 | 521 | 104 | 57 |
| Binary | 11001001 | 100110 | 1100100 | 0 | 1010001 | 110010 | 10101 | 101010001 | 1000100 | 101111 |
Color Harmonies of #C92664
Complementary color
Monochromatic Colors of #C92664
Black with #C92664
Text Example
Text Example
White with #C92664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92664; }
p { color: rgb(201,38,100); }
H1.HeaderClassName
{
color: #C92664;
}
.AnyTagClassName
{
color: #C92664;
}
</style>
background-color css
<style>
a { background-color: #C92664; }
a { background-color: rgb(201,38,100); }
div.DivClassName
{
background-color: #C92664;
}
.BgClassName
{
background-color: #C92664;
}
</style>
border-color css
<style>
span { border-color: #C92664; }
span { border-color: rgb(201,38,100); }
td.TdClassName
{
border-color: #C92664;
}
.TagClassName
{
border-color: #C92664;
}
</style>