Shades of Cerise #C8316C
Tints of Cerise #C8316C
RGB
CMYK
RGB Variations
Color information
#C8316C (or 0xC8316C) is known color: Cerise. HEX triplet: C8, 31 and 6C. RGB value is (200,49,108). Sum of RGB (Red+Green+Blue) = 200+49+108=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8316C is #37CE93. Grayscale: #646464. Windows color (decimal): -3657364 or 7090632. OLE color: 7090632.
HSL color Cylindrical-coordinate representation of color #C8316C: hue angle of 336.56º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8316C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 108 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 336.56º | 0.61% | 0.49% | - |
| HSV(B) | 336.56º | 0.76% | 0.78% | - |
| XYZ | 27.62 | 15.56 | 15.73 | - |
| YUV | 100.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 108 | 0 | 0.76 | 0.46 | 0.22 | 336.56 | 0.61 | 0.49 |
| Hex | C8 | 31 | 6C | 0 | 4C | 2E | 16 | 151 | 3D | 31 |
| Octal | 310 | 61 | 154 | 0 | 114 | 56 | 26 | 521 | 75 | 61 |
| Binary | 11001000 | 110001 | 1101100 | 0 | 1001100 | 101110 | 10110 | 101010001 | 111101 | 110001 |
Color Harmonies of #C8316C
Complementary color
Monochromatic Colors of #C8316C
Black with #C8316C
Text Example
Text Example
White with #C8316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8316C; }
p { color: rgb(200,49,108); }
H1.HeaderClassName
{
color: #C8316C;
}
.AnyTagClassName
{
color: #C8316C;
}
</style>
background-color css
<style>
a { background-color: #C8316C; }
a { background-color: rgb(200,49,108); }
div.DivClassName
{
background-color: #C8316C;
}
.BgClassName
{
background-color: #C8316C;
}
</style>
border-color css
<style>
span { border-color: #C8316C; }
span { border-color: rgb(200,49,108); }
td.TdClassName
{
border-color: #C8316C;
}
.TagClassName
{
border-color: #C8316C;
}
</style>