Shades of Cerise #C92B66
Tints of Cerise #C92B66
RGB
CMYK
RGB Variations
Color information
#C92B66 (or 0xC92B66) is known color: Cerise. HEX triplet: C9, 2B and 66. RGB value is (201,43,102). Sum of RGB (Red+Green+Blue) = 201+43+102=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92B66 is #36D499. Grayscale: #606060. Windows color (decimal): -3593370 or 6695881. OLE color: 6695881.
HSL color Cylindrical-coordinate representation of color #C92B66: hue angle of 337.59º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92B66 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 102 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.21 |
| HSL | 337.59º | 0.65% | 0.48% | - |
| HSV(B) | 337.59º | 0.79% | 0.79% | - |
| XYZ | 27.35 | 15.1 | 14.04 | - |
| YUV | 96.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 102 | 0 | 0.79 | 0.49 | 0.21 | 337.59 | 0.65 | 0.48 |
| Hex | C9 | 2B | 66 | 0 | 4F | 31 | 15 | 152 | 41 | 30 |
| Octal | 311 | 53 | 146 | 0 | 117 | 61 | 25 | 522 | 101 | 60 |
| Binary | 11001001 | 101011 | 1100110 | 0 | 1001111 | 110001 | 10101 | 101010010 | 1000001 | 110000 |
Color Harmonies of #C92B66
Complementary color
Monochromatic Colors of #C92B66
Black with #C92B66
Text Example
Text Example
White with #C92B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B66; }
p { color: rgb(201,43,102); }
H1.HeaderClassName
{
color: #C92B66;
}
.AnyTagClassName
{
color: #C92B66;
}
</style>
background-color css
<style>
a { background-color: #C92B66; }
a { background-color: rgb(201,43,102); }
div.DivClassName
{
background-color: #C92B66;
}
.BgClassName
{
background-color: #C92B66;
}
</style>
border-color css
<style>
span { border-color: #C92B66; }
span { border-color: rgb(201,43,102); }
td.TdClassName
{
border-color: #C92B66;
}
.TagClassName
{
border-color: #C92B66;
}
</style>