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