Shades of Cerise #C8386E
Tints of Cerise #C8386E
RGB
CMYK
RGB Variations
Color information
#C8386E (or 0xC8386E) is known color: Cerise. HEX triplet: C8, 38 and 6E. RGB value is (200,56,110). Sum of RGB (Red+Green+Blue) = 200+56+110=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8386E is #37C791. Grayscale: #696969. Windows color (decimal): -3655570 or 7223496. OLE color: 7223496.
HSL color Cylindrical-coordinate representation of color #C8386E: hue angle of 337.5º 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 #C8386E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 110 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.22 |
| HSL | 337.5º | 0.57% | 0.5% | - |
| HSV(B) | 337.5º | 0.72% | 0.78% | - |
| XYZ | 28.05 | 16.23 | 16.41 | - |
| YUV | 105.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 110 | 0 | 0.72 | 0.45 | 0.22 | 337.5 | 0.57 | 0.5 |
| Hex | C8 | 38 | 6E | 0 | 48 | 2D | 16 | 152 | 39 | 32 |
| Octal | 310 | 70 | 156 | 0 | 110 | 55 | 26 | 522 | 71 | 62 |
| Binary | 11001000 | 111000 | 1101110 | 0 | 1001000 | 101101 | 10110 | 101010010 | 111001 | 110010 |
Color Harmonies of #C8386E
Complementary color
Monochromatic Colors of #C8386E
Black with #C8386E
Text Example
Text Example
White with #C8386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8386E; }
p { color: rgb(200,56,110); }
H1.HeaderClassName
{
color: #C8386E;
}
.AnyTagClassName
{
color: #C8386E;
}
</style>
background-color css
<style>
a { background-color: #C8386E; }
a { background-color: rgb(200,56,110); }
div.DivClassName
{
background-color: #C8386E;
}
.BgClassName
{
background-color: #C8386E;
}
</style>
border-color css
<style>
span { border-color: #C8386E; }
span { border-color: rgb(200,56,110); }
td.TdClassName
{
border-color: #C8386E;
}
.TagClassName
{
border-color: #C8386E;
}
</style>