Shades of Cerise #C8356B
Tints of Cerise #C8356B
RGB
CMYK
RGB Variations
Color information
#C8356B (or 0xC8356B) is known color: Cerise. HEX triplet: C8, 35 and 6B. RGB value is (200,53,107). Sum of RGB (Red+Green+Blue) = 200+53+107=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8356B is #37CA94. Grayscale: #676767. Windows color (decimal): -3656341 or 7026120. OLE color: 7026120.
HSL color Cylindrical-coordinate representation of color #C8356B: hue angle of 337.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8356B is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 107 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.22 |
| HSL | 337.96º | 0.58% | 0.5% | - |
| HSV(B) | 337.96º | 0.74% | 0.78% | - |
| XYZ | 27.75 | 15.89 | 15.51 | - |
| YUV | 103.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 107 | 0 | 0.74 | 0.46 | 0.22 | 337.96 | 0.58 | 0.5 |
| Hex | C8 | 35 | 6B | 0 | 4A | 2E | 16 | 152 | 3A | 32 |
| Octal | 310 | 65 | 153 | 0 | 112 | 56 | 26 | 522 | 72 | 62 |
| Binary | 11001000 | 110101 | 1101011 | 0 | 1001010 | 101110 | 10110 | 101010010 | 111010 | 110010 |
Color Harmonies of #C8356B
Complementary color
Monochromatic Colors of #C8356B
Black with #C8356B
Text Example
Text Example
White with #C8356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8356B; }
p { color: rgb(200,53,107); }
H1.HeaderClassName
{
color: #C8356B;
}
.AnyTagClassName
{
color: #C8356B;
}
</style>
background-color css
<style>
a { background-color: #C8356B; }
a { background-color: rgb(200,53,107); }
div.DivClassName
{
background-color: #C8356B;
}
.BgClassName
{
background-color: #C8356B;
}
</style>
border-color css
<style>
span { border-color: #C8356B; }
span { border-color: rgb(200,53,107); }
td.TdClassName
{
border-color: #C8356B;
}
.TagClassName
{
border-color: #C8356B;
}
</style>