Shades of Cerise #C7226C
Tints of Cerise #C7226C
RGB
CMYK
RGB Variations
Color information
#C7226C (or 0xC7226C) is known color: Cerise. HEX triplet: C7, 22 and 6C. RGB value is (199,34,108). Sum of RGB (Red+Green+Blue) = 199+34+108=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7226C is #38DD93. Grayscale: #5B5B5B. Windows color (decimal): -3726740 or 7086791. OLE color: 7086791.
HSL color Cylindrical-coordinate representation of color #C7226C: hue angle of 333.09º 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 #C7226C is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 108 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.22 |
| HSL | 333.09º | 0.71% | 0.46% | - |
| HSV(B) | 333.09º | 0.83% | 0.78% | - |
| XYZ | 26.83 | 14.37 | 15.55 | - |
| YUV | 91.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 108 | 0 | 0.83 | 0.46 | 0.22 | 333.09 | 0.71 | 0.46 |
| Hex | C7 | 22 | 6C | 0 | 53 | 2E | 16 | 14D | 47 | 2E |
| Octal | 307 | 42 | 154 | 0 | 123 | 56 | 26 | 515 | 107 | 56 |
| Binary | 11000111 | 100010 | 1101100 | 0 | 1010011 | 101110 | 10110 | 101001101 | 1000111 | 101110 |
Color Harmonies of #C7226C
Complementary color
Monochromatic Colors of #C7226C
Black with #C7226C
Text Example
Text Example
White with #C7226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7226C; }
p { color: rgb(199,34,108); }
H1.HeaderClassName
{
color: #C7226C;
}
.AnyTagClassName
{
color: #C7226C;
}
</style>
background-color css
<style>
a { background-color: #C7226C; }
a { background-color: rgb(199,34,108); }
div.DivClassName
{
background-color: #C7226C;
}
.BgClassName
{
background-color: #C7226C;
}
</style>
border-color css
<style>
span { border-color: #C7226C; }
span { border-color: rgb(199,34,108); }
td.TdClassName
{
border-color: #C7226C;
}
.TagClassName
{
border-color: #C7226C;
}
</style>