Shades of Cerise #C8346B
Tints of Cerise #C8346B
RGB
CMYK
RGB Variations
Color information
#C8346B (or 0xC8346B) is known color: Cerise. HEX triplet: C8, 34 and 6B. RGB value is (200,52,107). Sum of RGB (Red+Green+Blue) = 200+52+107=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8346B is #37CB94. Grayscale: #666666. Windows color (decimal): -3656597 or 7025864. OLE color: 7025864.
HSL color Cylindrical-coordinate representation of color #C8346B: hue angle of 337.7º 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 #C8346B is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 107 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.22 |
| HSL | 337.7º | 0.59% | 0.49% | - |
| HSV(B) | 337.7º | 0.74% | 0.78% | - |
| XYZ | 27.7 | 15.8 | 15.5 | - |
| YUV | 102.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 107 | 0 | 0.74 | 0.46 | 0.22 | 337.7 | 0.59 | 0.49 |
| Hex | C8 | 34 | 6B | 0 | 4A | 2E | 16 | 152 | 3B | 31 |
| Octal | 310 | 64 | 153 | 0 | 112 | 56 | 26 | 522 | 73 | 61 |
| Binary | 11001000 | 110100 | 1101011 | 0 | 1001010 | 101110 | 10110 | 101010010 | 111011 | 110001 |
Color Harmonies of #C8346B
Complementary color
Monochromatic Colors of #C8346B
Black with #C8346B
Text Example
Text Example
White with #C8346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8346B; }
p { color: rgb(200,52,107); }
H1.HeaderClassName
{
color: #C8346B;
}
.AnyTagClassName
{
color: #C8346B;
}
</style>
background-color css
<style>
a { background-color: #C8346B; }
a { background-color: rgb(200,52,107); }
div.DivClassName
{
background-color: #C8346B;
}
.BgClassName
{
background-color: #C8346B;
}
</style>
border-color css
<style>
span { border-color: #C8346B; }
span { border-color: rgb(200,52,107); }
td.TdClassName
{
border-color: #C8346B;
}
.TagClassName
{
border-color: #C8346B;
}
</style>