Shades of Cerise #C8266F
Tints of Cerise #C8266F
RGB
CMYK
RGB Variations
Color information
#C8266F (or 0xC8266F) is known color: Cerise. HEX triplet: C8, 26 and 6F. RGB value is (200,38,111). Sum of RGB (Red+Green+Blue) = 200+38+111=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8266F is #37D990. Grayscale: #5E5E5E. Windows color (decimal): -3660177 or 7284424. OLE color: 7284424.
HSL color Cylindrical-coordinate representation of color #C8266F: hue angle of 332.96º 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 #C8266F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 111 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.22 |
| HSL | 332.96º | 0.68% | 0.47% | - |
| HSV(B) | 332.96º | 0.81% | 0.78% | - |
| XYZ | 27.38 | 14.81 | 16.46 | - |
| YUV | 94.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 111 | 0 | 0.81 | 0.44 | 0.22 | 332.96 | 0.68 | 0.47 |
| Hex | C8 | 26 | 6F | 0 | 51 | 2C | 16 | 14D | 44 | 2F |
| Octal | 310 | 46 | 157 | 0 | 121 | 54 | 26 | 515 | 104 | 57 |
| Binary | 11001000 | 100110 | 1101111 | 0 | 1010001 | 101100 | 10110 | 101001101 | 1000100 | 101111 |
Color Harmonies of #C8266F
Complementary color
Monochromatic Colors of #C8266F
Black with #C8266F
Text Example
Text Example
White with #C8266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8266F; }
p { color: rgb(200,38,111); }
H1.HeaderClassName
{
color: #C8266F;
}
.AnyTagClassName
{
color: #C8266F;
}
</style>
background-color css
<style>
a { background-color: #C8266F; }
a { background-color: rgb(200,38,111); }
div.DivClassName
{
background-color: #C8266F;
}
.BgClassName
{
background-color: #C8266F;
}
</style>
border-color css
<style>
span { border-color: #C8266F; }
span { border-color: rgb(200,38,111); }
td.TdClassName
{
border-color: #C8266F;
}
.TagClassName
{
border-color: #C8266F;
}
</style>