Shades of Cerise #C93266
Tints of Cerise #C93266
RGB
CMYK
RGB Variations
Color information
#C93266 (or 0xC93266) is known color: Cerise. HEX triplet: C9, 32 and 66. RGB value is (201,50,102). Sum of RGB (Red+Green+Blue) = 201+50+102=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93266 is #36CD99. Grayscale: #656565. Windows color (decimal): -3591578 or 6697673. OLE color: 6697673.
HSL color Cylindrical-coordinate representation of color #C93266: hue angle of 339.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93266 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 102 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.21 |
| HSL | 339.34º | 0.6% | 0.49% | - |
| HSV(B) | 339.34º | 0.75% | 0.79% | - |
| XYZ | 27.63 | 15.66 | 14.14 | - |
| YUV | 101.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 102 | 0 | 0.75 | 0.49 | 0.21 | 339.34 | 0.6 | 0.49 |
| Hex | C9 | 32 | 66 | 0 | 4B | 31 | 15 | 153 | 3C | 31 |
| Octal | 311 | 62 | 146 | 0 | 113 | 61 | 25 | 523 | 74 | 61 |
| Binary | 11001001 | 110010 | 1100110 | 0 | 1001011 | 110001 | 10101 | 101010011 | 111100 | 110001 |
Color Harmonies of #C93266
Complementary color
Monochromatic Colors of #C93266
Black with #C93266
Text Example
Text Example
White with #C93266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93266; }
p { color: rgb(201,50,102); }
H1.HeaderClassName
{
color: #C93266;
}
.AnyTagClassName
{
color: #C93266;
}
</style>
background-color css
<style>
a { background-color: #C93266; }
a { background-color: rgb(201,50,102); }
div.DivClassName
{
background-color: #C93266;
}
.BgClassName
{
background-color: #C93266;
}
</style>
border-color css
<style>
span { border-color: #C93266; }
span { border-color: rgb(201,50,102); }
td.TdClassName
{
border-color: #C93266;
}
.TagClassName
{
border-color: #C93266;
}
</style>