Shades of Cerise #C8386B
Tints of Cerise #C8386B
RGB
CMYK
RGB Variations
Color information
#C8386B (or 0xC8386B) is known color: Cerise. HEX triplet: C8, 38 and 6B. RGB value is (200,56,107). Sum of RGB (Red+Green+Blue) = 200+56+107=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8386B is #37C794. Grayscale: #686868. Windows color (decimal): -3655573 or 7026888. OLE color: 7026888.
HSL color Cylindrical-coordinate representation of color #C8386B: hue angle of 338.75º 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 #C8386B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 107 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.22 |
| HSL | 338.75º | 0.57% | 0.5% | - |
| HSV(B) | 338.75º | 0.72% | 0.78% | - |
| XYZ | 27.89 | 16.17 | 15.56 | - |
| YUV | 104.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 107 | 0 | 0.72 | 0.46 | 0.22 | 338.75 | 0.57 | 0.5 |
| Hex | C8 | 38 | 6B | 0 | 48 | 2E | 16 | 153 | 39 | 32 |
| Octal | 310 | 70 | 153 | 0 | 110 | 56 | 26 | 523 | 71 | 62 |
| Binary | 11001000 | 111000 | 1101011 | 0 | 1001000 | 101110 | 10110 | 101010011 | 111001 | 110010 |
Color Harmonies of #C8386B
Complementary color
Monochromatic Colors of #C8386B
Black with #C8386B
Text Example
Text Example
White with #C8386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8386B; }
p { color: rgb(200,56,107); }
H1.HeaderClassName
{
color: #C8386B;
}
.AnyTagClassName
{
color: #C8386B;
}
</style>
background-color css
<style>
a { background-color: #C8386B; }
a { background-color: rgb(200,56,107); }
div.DivClassName
{
background-color: #C8386B;
}
.BgClassName
{
background-color: #C8386B;
}
</style>
border-color css
<style>
span { border-color: #C8386B; }
span { border-color: rgb(200,56,107); }
td.TdClassName
{
border-color: #C8386B;
}
.TagClassName
{
border-color: #C8386B;
}
</style>