Shades of Cerise #C8356D
Tints of Cerise #C8356D
RGB
CMYK
RGB Variations
Color information
#C8356D (or 0xC8356D) is known color: Cerise. HEX triplet: C8, 35 and 6D. RGB value is (200,53,109). Sum of RGB (Red+Green+Blue) = 200+53+109=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8356D is #37CA92. Grayscale: #676767. Windows color (decimal): -3656339 or 7157192. OLE color: 7157192.
HSL color Cylindrical-coordinate representation of color #C8356D: hue angle of 337.14º 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 #C8356D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 109 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.22 |
| HSL | 337.14º | 0.58% | 0.5% | - |
| HSV(B) | 337.14º | 0.74% | 0.78% | - |
| XYZ | 27.85 | 15.93 | 16.07 | - |
| YUV | 103.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 109 | 0 | 0.74 | 0.46 | 0.22 | 337.14 | 0.58 | 0.5 |
| Hex | C8 | 35 | 6D | 0 | 4A | 2E | 16 | 151 | 3A | 32 |
| Octal | 310 | 65 | 155 | 0 | 112 | 56 | 26 | 521 | 72 | 62 |
| Binary | 11001000 | 110101 | 1101101 | 0 | 1001010 | 101110 | 10110 | 101010001 | 111010 | 110010 |
Color Harmonies of #C8356D
Complementary color
Monochromatic Colors of #C8356D
Black with #C8356D
Text Example
Text Example
White with #C8356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8356D; }
p { color: rgb(200,53,109); }
H1.HeaderClassName
{
color: #C8356D;
}
.AnyTagClassName
{
color: #C8356D;
}
</style>
background-color css
<style>
a { background-color: #C8356D; }
a { background-color: rgb(200,53,109); }
div.DivClassName
{
background-color: #C8356D;
}
.BgClassName
{
background-color: #C8356D;
}
</style>
border-color css
<style>
span { border-color: #C8356D; }
span { border-color: rgb(200,53,109); }
td.TdClassName
{
border-color: #C8356D;
}
.TagClassName
{
border-color: #C8356D;
}
</style>