Shades of Cerise #C9266C
Tints of Cerise #C9266C
RGB
CMYK
RGB Variations
Color information
#C9266C (or 0xC9266C) is known color: Cerise. HEX triplet: C9, 26 and 6C. RGB value is (201,38,108). Sum of RGB (Red+Green+Blue) = 201+38+108=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9266C is #36D993. Grayscale: #5E5E5E. Windows color (decimal): -3594644 or 7087817. OLE color: 7087817.
HSL color Cylindrical-coordinate representation of color #C9266C: hue angle of 334.23º 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 #C9266C is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.21 |
| HSL | 334.23º | 0.68% | 0.47% | - |
| HSV(B) | 334.23º | 0.81% | 0.79% | - |
| XYZ | 27.49 | 14.89 | 15.61 | - |
| YUV | 94.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 108 | 0 | 0.81 | 0.46 | 0.21 | 334.23 | 0.68 | 0.47 |
| Hex | C9 | 26 | 6C | 0 | 51 | 2E | 15 | 14E | 44 | 2F |
| Octal | 311 | 46 | 154 | 0 | 121 | 56 | 25 | 516 | 104 | 57 |
| Binary | 11001001 | 100110 | 1101100 | 0 | 1010001 | 101110 | 10101 | 101001110 | 1000100 | 101111 |
Color Harmonies of #C9266C
Complementary color
Monochromatic Colors of #C9266C
Black with #C9266C
Text Example
Text Example
White with #C9266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9266C; }
p { color: rgb(201,38,108); }
H1.HeaderClassName
{
color: #C9266C;
}
.AnyTagClassName
{
color: #C9266C;
}
</style>
background-color css
<style>
a { background-color: #C9266C; }
a { background-color: rgb(201,38,108); }
div.DivClassName
{
background-color: #C9266C;
}
.BgClassName
{
background-color: #C9266C;
}
</style>
border-color css
<style>
span { border-color: #C9266C; }
span { border-color: rgb(201,38,108); }
td.TdClassName
{
border-color: #C9266C;
}
.TagClassName
{
border-color: #C9266C;
}
</style>