Shades of Cerise #C8226C
Tints of Cerise #C8226C
RGB
CMYK
RGB Variations
Color information
#C8226C (or 0xC8226C) is known color: Cerise. HEX triplet: C8, 22 and 6C. RGB value is (200,34,108). Sum of RGB (Red+Green+Blue) = 200+34+108=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8226C is #37DD93. Grayscale: #5B5B5B. Windows color (decimal): -3661204 or 7086792. OLE color: 7086792.
HSL color Cylindrical-coordinate representation of color #C8226C: hue angle of 333.25º 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 #C8226C is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 108 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.22 |
| HSL | 333.25º | 0.71% | 0.46% | - |
| HSV(B) | 333.25º | 0.83% | 0.78% | - |
| XYZ | 27.1 | 14.51 | 15.56 | - |
| YUV | 92.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 108 | 0 | 0.83 | 0.46 | 0.22 | 333.25 | 0.71 | 0.46 |
| Hex | C8 | 22 | 6C | 0 | 53 | 2E | 16 | 14D | 47 | 2E |
| Octal | 310 | 42 | 154 | 0 | 123 | 56 | 26 | 515 | 107 | 56 |
| Binary | 11001000 | 100010 | 1101100 | 0 | 1010011 | 101110 | 10110 | 101001101 | 1000111 | 101110 |
Color Harmonies of #C8226C
Complementary color
Monochromatic Colors of #C8226C
Black with #C8226C
Text Example
Text Example
White with #C8226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8226C; }
p { color: rgb(200,34,108); }
H1.HeaderClassName
{
color: #C8226C;
}
.AnyTagClassName
{
color: #C8226C;
}
</style>
background-color css
<style>
a { background-color: #C8226C; }
a { background-color: rgb(200,34,108); }
div.DivClassName
{
background-color: #C8226C;
}
.BgClassName
{
background-color: #C8226C;
}
</style>
border-color css
<style>
span { border-color: #C8226C; }
span { border-color: rgb(200,34,108); }
td.TdClassName
{
border-color: #C8226C;
}
.TagClassName
{
border-color: #C8226C;
}
</style>