Shades of Cerise #C9226A
Tints of Cerise #C9226A
RGB
CMYK
RGB Variations
Color information
#C9226A (or 0xC9226A) is known color: Cerise. HEX triplet: C9, 22 and 6A. RGB value is (201,34,106). Sum of RGB (Red+Green+Blue) = 201+34+106=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9226A is #36DD95. Grayscale: #5C5C5C. Windows color (decimal): -3595670 or 6955721. OLE color: 6955721.
HSL color Cylindrical-coordinate representation of color #C9226A: hue angle of 334.13º 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 #C9226A is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 106 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.21 |
| HSL | 334.13º | 0.71% | 0.46% | - |
| HSV(B) | 334.13º | 0.83% | 0.79% | - |
| XYZ | 27.26 | 14.6 | 15.02 | - |
| YUV | 92.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 106 | 0 | 0.83 | 0.47 | 0.21 | 334.13 | 0.71 | 0.46 |
| Hex | C9 | 22 | 6A | 0 | 53 | 2F | 15 | 14E | 47 | 2E |
| Octal | 311 | 42 | 152 | 0 | 123 | 57 | 25 | 516 | 107 | 56 |
| Binary | 11001001 | 100010 | 1101010 | 0 | 1010011 | 101111 | 10101 | 101001110 | 1000111 | 101110 |
Color Harmonies of #C9226A
Complementary color
Monochromatic Colors of #C9226A
Black with #C9226A
Text Example
Text Example
White with #C9226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9226A; }
p { color: rgb(201,34,106); }
H1.HeaderClassName
{
color: #C9226A;
}
.AnyTagClassName
{
color: #C9226A;
}
</style>
background-color css
<style>
a { background-color: #C9226A; }
a { background-color: rgb(201,34,106); }
div.DivClassName
{
background-color: #C9226A;
}
.BgClassName
{
background-color: #C9226A;
}
</style>
border-color css
<style>
span { border-color: #C9226A; }
span { border-color: rgb(201,34,106); }
td.TdClassName
{
border-color: #C9226A;
}
.TagClassName
{
border-color: #C9226A;
}
</style>