Shades of Cerise #C8286B
Tints of Cerise #C8286B
RGB
CMYK
RGB Variations
Color information
#C8286B (or 0xC8286B) is known color: Cerise. HEX triplet: C8, 28 and 6B. RGB value is (200,40,107). Sum of RGB (Red+Green+Blue) = 200+40+107=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8286B is #37D794. Grayscale: #5F5F5F. Windows color (decimal): -3659669 or 7022792. OLE color: 7022792.
HSL color Cylindrical-coordinate representation of color #C8286B: hue angle of 334.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8286B is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 107 | - |
| CMYK | 0 | 0.8 | 0.46 | 0.22 |
| HSL | 334.88º | 0.67% | 0.47% | - |
| HSV(B) | 334.88º | 0.8% | 0.78% | - |
| XYZ | 27.23 | 14.86 | 15.34 | - |
| YUV | 95.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 107 | 0 | 0.8 | 0.46 | 0.22 | 334.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 6B | 0 | 50 | 2E | 16 | 14F | 43 | 2F |
| Octal | 310 | 50 | 153 | 0 | 120 | 56 | 26 | 517 | 103 | 57 |
| Binary | 11001000 | 101000 | 1101011 | 0 | 1010000 | 101110 | 10110 | 101001111 | 1000011 | 101111 |
Color Harmonies of #C8286B
Complementary color
Monochromatic Colors of #C8286B
Black with #C8286B
Text Example
Text Example
White with #C8286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8286B; }
p { color: rgb(200,40,107); }
H1.HeaderClassName
{
color: #C8286B;
}
.AnyTagClassName
{
color: #C8286B;
}
</style>
background-color css
<style>
a { background-color: #C8286B; }
a { background-color: rgb(200,40,107); }
div.DivClassName
{
background-color: #C8286B;
}
.BgClassName
{
background-color: #C8286B;
}
</style>
border-color css
<style>
span { border-color: #C8286B; }
span { border-color: rgb(200,40,107); }
td.TdClassName
{
border-color: #C8286B;
}
.TagClassName
{
border-color: #C8286B;
}
</style>