Shades of Cerise #C92766
Tints of Cerise #C92766
RGB
CMYK
RGB Variations
Color information
#C92766 (or 0xC92766) is known color: Cerise. HEX triplet: C9, 27 and 66. RGB value is (201,39,102). Sum of RGB (Red+Green+Blue) = 201+39+102=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C92766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92766 is #36D899. Grayscale: #5E5E5E. Windows color (decimal): -3594394 or 6694857. OLE color: 6694857.
HSL color Cylindrical-coordinate representation of color #C92766: hue angle of 336.67º 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 #C92766 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 102 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.21 |
| HSL | 336.67º | 0.68% | 0.47% | - |
| HSV(B) | 336.67º | 0.81% | 0.79% | - |
| XYZ | 27.21 | 14.83 | 14 | - |
| YUV | 94.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 102 | 0 | 0.81 | 0.49 | 0.21 | 336.67 | 0.68 | 0.47 |
| Hex | C9 | 27 | 66 | 0 | 51 | 31 | 15 | 151 | 44 | 2F |
| Octal | 311 | 47 | 146 | 0 | 121 | 61 | 25 | 521 | 104 | 57 |
| Binary | 11001001 | 100111 | 1100110 | 0 | 1010001 | 110001 | 10101 | 101010001 | 1000100 | 101111 |
Color Harmonies of #C92766
Complementary color
Monochromatic Colors of #C92766
Black with #C92766
Text Example
Text Example
White with #C92766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92766; }
p { color: rgb(201,39,102); }
H1.HeaderClassName
{
color: #C92766;
}
.AnyTagClassName
{
color: #C92766;
}
</style>
background-color css
<style>
a { background-color: #C92766; }
a { background-color: rgb(201,39,102); }
div.DivClassName
{
background-color: #C92766;
}
.BgClassName
{
background-color: #C92766;
}
</style>
border-color css
<style>
span { border-color: #C92766; }
span { border-color: rgb(201,39,102); }
td.TdClassName
{
border-color: #C92766;
}
.TagClassName
{
border-color: #C92766;
}
</style>