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