Shades of Cerise #C92266
Tints of Cerise #C92266
RGB
CMYK
RGB Variations
Color information
#C92266 (or 0xC92266) is known color: Cerise. HEX triplet: C9, 22 and 66. RGB value is (201,34,102). Sum of RGB (Red+Green+Blue) = 201+34+102=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C92266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92266 is #36DD99. Grayscale: #5B5B5B. Windows color (decimal): -3595674 or 6693577. OLE color: 6693577.
HSL color Cylindrical-coordinate representation of color #C92266: hue angle of 335.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92266 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 102 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.21 |
| HSL | 335.57º | 0.71% | 0.46% | - |
| HSV(B) | 335.57º | 0.83% | 0.79% | - |
| XYZ | 27.06 | 14.52 | 13.95 | - |
| YUV | 91.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 102 | 0 | 0.83 | 0.49 | 0.21 | 335.57 | 0.71 | 0.46 |
| Hex | C9 | 22 | 66 | 0 | 53 | 31 | 15 | 150 | 47 | 2E |
| Octal | 311 | 42 | 146 | 0 | 123 | 61 | 25 | 520 | 107 | 56 |
| Binary | 11001001 | 100010 | 1100110 | 0 | 1010011 | 110001 | 10101 | 101010000 | 1000111 | 101110 |
Color Harmonies of #C92266
Complementary color
Monochromatic Colors of #C92266
Black with #C92266
Text Example
Text Example
White with #C92266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92266; }
p { color: rgb(201,34,102); }
H1.HeaderClassName
{
color: #C92266;
}
.AnyTagClassName
{
color: #C92266;
}
</style>
background-color css
<style>
a { background-color: #C92266; }
a { background-color: rgb(201,34,102); }
div.DivClassName
{
background-color: #C92266;
}
.BgClassName
{
background-color: #C92266;
}
</style>
border-color css
<style>
span { border-color: #C92266; }
span { border-color: rgb(201,34,102); }
td.TdClassName
{
border-color: #C92266;
}
.TagClassName
{
border-color: #C92266;
}
</style>