Shades of Cerise #C8266C
Tints of Cerise #C8266C
RGB
CMYK
RGB Variations
Color information
#C8266C (or 0xC8266C) is known color: Cerise. HEX triplet: C8, 26 and 6C. RGB value is (200,38,108). Sum of RGB (Red+Green+Blue) = 200+38+108=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8266C is #37D993. Grayscale: #5E5E5E. Windows color (decimal): -3660180 or 7087816. OLE color: 7087816.
HSL color Cylindrical-coordinate representation of color #C8266C: hue angle of 334.07º 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 #C8266C is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.22 |
| HSL | 334.07º | 0.68% | 0.47% | - |
| HSV(B) | 334.07º | 0.81% | 0.78% | - |
| XYZ | 27.22 | 14.75 | 15.6 | - |
| YUV | 94.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 108 | 0 | 0.81 | 0.46 | 0.22 | 334.07 | 0.68 | 0.47 |
| Hex | C8 | 26 | 6C | 0 | 51 | 2E | 16 | 14E | 44 | 2F |
| Octal | 310 | 46 | 154 | 0 | 121 | 56 | 26 | 516 | 104 | 57 |
| Binary | 11001000 | 100110 | 1101100 | 0 | 1010001 | 101110 | 10110 | 101001110 | 1000100 | 101111 |
Color Harmonies of #C8266C
Complementary color
Monochromatic Colors of #C8266C
Black with #C8266C
Text Example
Text Example
White with #C8266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8266C; }
p { color: rgb(200,38,108); }
H1.HeaderClassName
{
color: #C8266C;
}
.AnyTagClassName
{
color: #C8266C;
}
</style>
background-color css
<style>
a { background-color: #C8266C; }
a { background-color: rgb(200,38,108); }
div.DivClassName
{
background-color: #C8266C;
}
.BgClassName
{
background-color: #C8266C;
}
</style>
border-color css
<style>
span { border-color: #C8266C; }
span { border-color: rgb(200,38,108); }
td.TdClassName
{
border-color: #C8266C;
}
.TagClassName
{
border-color: #C8266C;
}
</style>