Shades of Cerise #C8266E
Tints of Cerise #C8266E
RGB
CMYK
RGB Variations
Color information
#C8266E (or 0xC8266E) is known color: Cerise. HEX triplet: C8, 26 and 6E. RGB value is (200,38,110). Sum of RGB (Red+Green+Blue) = 200+38+110=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8266E is #37D991. Grayscale: #5E5E5E. Windows color (decimal): -3660178 or 7218888. OLE color: 7218888.
HSL color Cylindrical-coordinate representation of color #C8266E: hue angle of 333.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8266E is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 110 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.22 |
| HSL | 333.33º | 0.68% | 0.47% | - |
| HSV(B) | 333.33º | 0.81% | 0.78% | - |
| XYZ | 27.33 | 14.79 | 16.17 | - |
| YUV | 94.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 110 | 0 | 0.81 | 0.45 | 0.22 | 333.33 | 0.68 | 0.47 |
| Hex | C8 | 26 | 6E | 0 | 51 | 2D | 16 | 14D | 44 | 2F |
| Octal | 310 | 46 | 156 | 0 | 121 | 55 | 26 | 515 | 104 | 57 |
| Binary | 11001000 | 100110 | 1101110 | 0 | 1010001 | 101101 | 10110 | 101001101 | 1000100 | 101111 |
Color Harmonies of #C8266E
Complementary color
Monochromatic Colors of #C8266E
Black with #C8266E
Text Example
Text Example
White with #C8266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8266E; }
p { color: rgb(200,38,110); }
H1.HeaderClassName
{
color: #C8266E;
}
.AnyTagClassName
{
color: #C8266E;
}
</style>
background-color css
<style>
a { background-color: #C8266E; }
a { background-color: rgb(200,38,110); }
div.DivClassName
{
background-color: #C8266E;
}
.BgClassName
{
background-color: #C8266E;
}
</style>
border-color css
<style>
span { border-color: #C8266E; }
span { border-color: rgb(200,38,110); }
td.TdClassName
{
border-color: #C8266E;
}
.TagClassName
{
border-color: #C8266E;
}
</style>