Shades of Cerise #C8386D
Tints of Cerise #C8386D
RGB
CMYK
RGB Variations
Color information
#C8386D (or 0xC8386D) is known color: Cerise. HEX triplet: C8, 38 and 6D. RGB value is (200,56,109). Sum of RGB (Red+Green+Blue) = 200+56+109=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8386D is #37C792. Grayscale: #696969. Windows color (decimal): -3655571 or 7157960. OLE color: 7157960.
HSL color Cylindrical-coordinate representation of color #C8386D: hue angle of 337.92º 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 #C8386D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 109 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.22 |
| HSL | 337.92º | 0.57% | 0.5% | - |
| HSV(B) | 337.92º | 0.72% | 0.78% | - |
| XYZ | 27.99 | 16.21 | 16.12 | - |
| YUV | 105.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 109 | 0 | 0.72 | 0.46 | 0.22 | 337.92 | 0.57 | 0.5 |
| Hex | C8 | 38 | 6D | 0 | 48 | 2E | 16 | 152 | 39 | 32 |
| Octal | 310 | 70 | 155 | 0 | 110 | 56 | 26 | 522 | 71 | 62 |
| Binary | 11001000 | 111000 | 1101101 | 0 | 1001000 | 101110 | 10110 | 101010010 | 111001 | 110010 |
Color Harmonies of #C8386D
Complementary color
Monochromatic Colors of #C8386D
Black with #C8386D
Text Example
Text Example
White with #C8386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8386D; }
p { color: rgb(200,56,109); }
H1.HeaderClassName
{
color: #C8386D;
}
.AnyTagClassName
{
color: #C8386D;
}
</style>
background-color css
<style>
a { background-color: #C8386D; }
a { background-color: rgb(200,56,109); }
div.DivClassName
{
background-color: #C8386D;
}
.BgClassName
{
background-color: #C8386D;
}
</style>
border-color css
<style>
span { border-color: #C8386D; }
span { border-color: rgb(200,56,109); }
td.TdClassName
{
border-color: #C8386D;
}
.TagClassName
{
border-color: #C8386D;
}
</style>