Shades of Cerise #C7226A
Tints of Cerise #C7226A
RGB
CMYK
RGB Variations
Color information
#C7226A (or 0xC7226A) is known color: Cerise. HEX triplet: C7, 22 and 6A. RGB value is (199,34,106). Sum of RGB (Red+Green+Blue) = 199+34+106=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7226A is #38DD95. Grayscale: #5B5B5B. Windows color (decimal): -3726742 or 6955719. OLE color: 6955719.
HSL color Cylindrical-coordinate representation of color #C7226A: hue angle of 333.82º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7226A is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 106 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.22 |
| HSL | 333.82º | 0.71% | 0.46% | - |
| HSV(B) | 333.82º | 0.83% | 0.78% | - |
| XYZ | 26.73 | 14.33 | 14.99 | - |
| YUV | 91.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 106 | 0 | 0.83 | 0.47 | 0.22 | 333.82 | 0.71 | 0.46 |
| Hex | C7 | 22 | 6A | 0 | 53 | 2F | 16 | 14E | 47 | 2E |
| Octal | 307 | 42 | 152 | 0 | 123 | 57 | 26 | 516 | 107 | 56 |
| Binary | 11000111 | 100010 | 1101010 | 0 | 1010011 | 101111 | 10110 | 101001110 | 1000111 | 101110 |
Color Harmonies of #C7226A
Complementary color
Monochromatic Colors of #C7226A
Black with #C7226A
Text Example
Text Example
White with #C7226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7226A; }
p { color: rgb(199,34,106); }
H1.HeaderClassName
{
color: #C7226A;
}
.AnyTagClassName
{
color: #C7226A;
}
</style>
background-color css
<style>
a { background-color: #C7226A; }
a { background-color: rgb(199,34,106); }
div.DivClassName
{
background-color: #C7226A;
}
.BgClassName
{
background-color: #C7226A;
}
</style>
border-color css
<style>
span { border-color: #C7226A; }
span { border-color: rgb(199,34,106); }
td.TdClassName
{
border-color: #C7226A;
}
.TagClassName
{
border-color: #C7226A;
}
</style>