Shades of Cerise #C9246A
Tints of Cerise #C9246A
RGB
CMYK
RGB Variations
Color information
#C9246A (or 0xC9246A) is known color: Cerise. HEX triplet: C9, 24 and 6A. RGB value is (201,36,106). Sum of RGB (Red+Green+Blue) = 201+36+106=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9246A is #36DB95. Grayscale: #5D5D5D. Windows color (decimal): -3595158 or 6956233. OLE color: 6956233.
HSL color Cylindrical-coordinate representation of color #C9246A: hue angle of 334.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9246A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 106 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.21 |
| HSL | 334.55º | 0.7% | 0.46% | - |
| HSV(B) | 334.55º | 0.82% | 0.79% | - |
| XYZ | 27.32 | 14.72 | 15.04 | - |
| YUV | 93.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 106 | 0 | 0.82 | 0.47 | 0.21 | 334.55 | 0.7 | 0.46 |
| Hex | C9 | 24 | 6A | 0 | 52 | 2F | 15 | 14F | 46 | 2E |
| Octal | 311 | 44 | 152 | 0 | 122 | 57 | 25 | 517 | 106 | 56 |
| Binary | 11001001 | 100100 | 1101010 | 0 | 1010010 | 101111 | 10101 | 101001111 | 1000110 | 101110 |
Color Harmonies of #C9246A
Complementary color
Monochromatic Colors of #C9246A
Black with #C9246A
Text Example
Text Example
White with #C9246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9246A; }
p { color: rgb(201,36,106); }
H1.HeaderClassName
{
color: #C9246A;
}
.AnyTagClassName
{
color: #C9246A;
}
</style>
background-color css
<style>
a { background-color: #C9246A; }
a { background-color: rgb(201,36,106); }
div.DivClassName
{
background-color: #C9246A;
}
.BgClassName
{
background-color: #C9246A;
}
</style>
border-color css
<style>
span { border-color: #C9246A; }
span { border-color: rgb(201,36,106); }
td.TdClassName
{
border-color: #C9246A;
}
.TagClassName
{
border-color: #C9246A;
}
</style>