Shades of Cerise #C83868
Tints of Cerise #C83868
RGB
CMYK
RGB Variations
Color information
#C83868 (or 0xC83868) is known color: Cerise. HEX triplet: C8, 38 and 68. RGB value is (200,56,104). Sum of RGB (Red+Green+Blue) = 200+56+104=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C83868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83868 is #37C797. Grayscale: #686868. Windows color (decimal): -3655576 or 6830280. OLE color: 6830280.
HSL color Cylindrical-coordinate representation of color #C83868: hue angle of 340º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83868 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 104 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.22 |
| HSL | 340º | 0.57% | 0.5% | - |
| HSV(B) | 340º | 0.72% | 0.78% | - |
| XYZ | 27.73 | 16.11 | 14.74 | - |
| YUV | 104.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 104 | 0 | 0.72 | 0.48 | 0.22 | 340 | 0.57 | 0.5 |
| Hex | C8 | 38 | 68 | 0 | 48 | 30 | 16 | 154 | 39 | 32 |
| Octal | 310 | 70 | 150 | 0 | 110 | 60 | 26 | 524 | 71 | 62 |
| Binary | 11001000 | 111000 | 1101000 | 0 | 1001000 | 110000 | 10110 | 101010100 | 111001 | 110010 |
Color Harmonies of #C83868
Complementary color
Monochromatic Colors of #C83868
Black with #C83868
Text Example
Text Example
White with #C83868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83868; }
p { color: rgb(200,56,104); }
H1.HeaderClassName
{
color: #C83868;
}
.AnyTagClassName
{
color: #C83868;
}
</style>
background-color css
<style>
a { background-color: #C83868; }
a { background-color: rgb(200,56,104); }
div.DivClassName
{
background-color: #C83868;
}
.BgClassName
{
background-color: #C83868;
}
</style>
border-color css
<style>
span { border-color: #C83868; }
span { border-color: rgb(200,56,104); }
td.TdClassName
{
border-color: #C83868;
}
.TagClassName
{
border-color: #C83868;
}
</style>