Shades of Cerise #C8296C
Tints of Cerise #C8296C
RGB
CMYK
RGB Variations
Color information
#C8296C (or 0xC8296C) is known color: Cerise. HEX triplet: C8, 29 and 6C. RGB value is (200,41,108). Sum of RGB (Red+Green+Blue) = 200+41+108=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8296C is #37D693. Grayscale: #606060. Windows color (decimal): -3659412 or 7088584. OLE color: 7088584.
HSL color Cylindrical-coordinate representation of color #C8296C: hue angle of 334.72º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8296C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 108 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.22 |
| HSL | 334.72º | 0.66% | 0.47% | - |
| HSV(B) | 334.72º | 0.8% | 0.78% | - |
| XYZ | 27.32 | 14.95 | 15.63 | - |
| YUV | 96.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 108 | 0 | 0.80 | 0.46 | 0.22 | 334.72 | 0.66 | 0.47 |
| Hex | C8 | 29 | 6C | 0 | 50 | 2E | 16 | 14F | 42 | 2F |
| Octal | 310 | 51 | 154 | 0 | 120 | 56 | 26 | 517 | 102 | 57 |
| Binary | 11001000 | 101001 | 1101100 | 0 | 1010000 | 101110 | 10110 | 101001111 | 1000010 | 101111 |
Color Harmonies of #C8296C
Complementary color
Monochromatic Colors of #C8296C
Black with #C8296C
Text Example
Text Example
White with #C8296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8296C; }
p { color: rgb(200,41,108); }
H1.HeaderClassName
{
color: #C8296C;
}
.AnyTagClassName
{
color: #C8296C;
}
</style>
background-color css
<style>
a { background-color: #C8296C; }
a { background-color: rgb(200,41,108); }
div.DivClassName
{
background-color: #C8296C;
}
.BgClassName
{
background-color: #C8296C;
}
</style>
border-color css
<style>
span { border-color: #C8296C; }
span { border-color: rgb(200,41,108); }
td.TdClassName
{
border-color: #C8296C;
}
.TagClassName
{
border-color: #C8296C;
}
</style>