Shades of Cerise #C8385F
Tints of Cerise #C8385F
RGB
CMYK
RGB Variations
Color information
#C8385F (or 0xC8385F) is known color: Cerise. HEX triplet: C8, 38 and 5F. RGB value is (200,56,95). Sum of RGB (Red+Green+Blue) = 200+56+95=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8385F is #37C7A0. Grayscale: #676767. Windows color (decimal): -3655585 or 6240456. OLE color: 6240456.
HSL color Cylindrical-coordinate representation of color #C8385F: hue angle of 343.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 #C8385F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 95 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.22 |
| HSL | 343.75º | 0.57% | 0.5% | - |
| HSV(B) | 343.75º | 0.72% | 0.78% | - |
| XYZ | 27.3 | 15.93 | 12.46 | - |
| YUV | 103.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 95 | 0 | 0.72 | 0.52 | 0.22 | 343.75 | 0.57 | 0.5 |
| Hex | C8 | 38 | 5F | 0 | 48 | 34 | 16 | 158 | 39 | 32 |
| Octal | 310 | 70 | 137 | 0 | 110 | 64 | 26 | 530 | 71 | 62 |
| Binary | 11001000 | 111000 | 1011111 | 0 | 1001000 | 110100 | 10110 | 101011000 | 111001 | 110010 |
Color Harmonies of #C8385F
Complementary color
Monochromatic Colors of #C8385F
Black with #C8385F
Text Example
Text Example
White with #C8385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8385F; }
p { color: rgb(200,56,95); }
H1.HeaderClassName
{
color: #C8385F;
}
.AnyTagClassName
{
color: #C8385F;
}
</style>
background-color css
<style>
a { background-color: #C8385F; }
a { background-color: rgb(200,56,95); }
div.DivClassName
{
background-color: #C8385F;
}
.BgClassName
{
background-color: #C8385F;
}
</style>
border-color css
<style>
span { border-color: #C8385F; }
span { border-color: rgb(200,56,95); }
td.TdClassName
{
border-color: #C8385F;
}
.TagClassName
{
border-color: #C8385F;
}
</style>