Shades of Cerise #C8356F
Tints of Cerise #C8356F
RGB
CMYK
RGB Variations
Color information
#C8356F (or 0xC8356F) is known color: Cerise. HEX triplet: C8, 35 and 6F. RGB value is (200,53,111). Sum of RGB (Red+Green+Blue) = 200+53+111=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8356F is #37CA90. Grayscale: #676767. Windows color (decimal): -3656337 or 7288264. OLE color: 7288264.
HSL color Cylindrical-coordinate representation of color #C8356F: hue angle of 336.33º 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 #C8356F is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 111 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.22 |
| HSL | 336.33º | 0.58% | 0.5% | - |
| HSV(B) | 336.33º | 0.74% | 0.78% | - |
| XYZ | 27.96 | 15.97 | 16.65 | - |
| YUV | 103.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 111 | 0 | 0.74 | 0.44 | 0.22 | 336.33 | 0.58 | 0.5 |
| Hex | C8 | 35 | 6F | 0 | 4A | 2C | 16 | 150 | 3A | 32 |
| Octal | 310 | 65 | 157 | 0 | 112 | 54 | 26 | 520 | 72 | 62 |
| Binary | 11001000 | 110101 | 1101111 | 0 | 1001010 | 101100 | 10110 | 101010000 | 111010 | 110010 |
Color Harmonies of #C8356F
Complementary color
Monochromatic Colors of #C8356F
Black with #C8356F
Text Example
Text Example
White with #C8356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8356F; }
p { color: rgb(200,53,111); }
H1.HeaderClassName
{
color: #C8356F;
}
.AnyTagClassName
{
color: #C8356F;
}
</style>
background-color css
<style>
a { background-color: #C8356F; }
a { background-color: rgb(200,53,111); }
div.DivClassName
{
background-color: #C8356F;
}
.BgClassName
{
background-color: #C8356F;
}
</style>
border-color css
<style>
span { border-color: #C8356F; }
span { border-color: rgb(200,53,111); }
td.TdClassName
{
border-color: #C8356F;
}
.TagClassName
{
border-color: #C8356F;
}
</style>