Shades of Cerise #C8346C
Tints of Cerise #C8346C
RGB
CMYK
RGB Variations
Color information
#C8346C (or 0xC8346C) is known color: Cerise. HEX triplet: C8, 34 and 6C. RGB value is (200,52,108). Sum of RGB (Red+Green+Blue) = 200+52+108=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8346C is #37CB93. Grayscale: #666666. Windows color (decimal): -3656596 or 7091400. OLE color: 7091400.
HSL color Cylindrical-coordinate representation of color #C8346C: hue angle of 337.3º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8346C is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 108 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.22 |
| HSL | 337.3º | 0.59% | 0.49% | - |
| HSV(B) | 337.3º | 0.74% | 0.78% | - |
| XYZ | 27.75 | 15.82 | 15.78 | - |
| YUV | 102.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 108 | 0 | 0.74 | 0.46 | 0.22 | 337.3 | 0.59 | 0.49 |
| Hex | C8 | 34 | 6C | 0 | 4A | 2E | 16 | 151 | 3B | 31 |
| Octal | 310 | 64 | 154 | 0 | 112 | 56 | 26 | 521 | 73 | 61 |
| Binary | 11001000 | 110100 | 1101100 | 0 | 1001010 | 101110 | 10110 | 101010001 | 111011 | 110001 |
Color Harmonies of #C8346C
Complementary color
Monochromatic Colors of #C8346C
Black with #C8346C
Text Example
Text Example
White with #C8346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8346C; }
p { color: rgb(200,52,108); }
H1.HeaderClassName
{
color: #C8346C;
}
.AnyTagClassName
{
color: #C8346C;
}
</style>
background-color css
<style>
a { background-color: #C8346C; }
a { background-color: rgb(200,52,108); }
div.DivClassName
{
background-color: #C8346C;
}
.BgClassName
{
background-color: #C8346C;
}
</style>
border-color css
<style>
span { border-color: #C8346C; }
span { border-color: rgb(200,52,108); }
td.TdClassName
{
border-color: #C8346C;
}
.TagClassName
{
border-color: #C8346C;
}
</style>