Shades of Cerise #C8296A
Tints of Cerise #C8296A
RGB
CMYK
RGB Variations
Color information
#C8296A (or 0xC8296A) is known color: Cerise. HEX triplet: C8, 29 and 6A. RGB value is (200,41,106). Sum of RGB (Red+Green+Blue) = 200+41+106=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8296A is #37D695. Grayscale: #5F5F5F. Windows color (decimal): -3659414 or 6957512. OLE color: 6957512.
HSL color Cylindrical-coordinate representation of color #C8296A: hue angle of 335.47º 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 #C8296A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 106 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.22 |
| HSL | 335.47º | 0.66% | 0.47% | - |
| HSV(B) | 335.47º | 0.8% | 0.78% | - |
| XYZ | 27.21 | 14.91 | 15.08 | - |
| YUV | 95.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 106 | 0 | 0.80 | 0.47 | 0.22 | 335.47 | 0.66 | 0.47 |
| Hex | C8 | 29 | 6A | 0 | 50 | 2F | 16 | 14F | 42 | 2F |
| Octal | 310 | 51 | 152 | 0 | 120 | 57 | 26 | 517 | 102 | 57 |
| Binary | 11001000 | 101001 | 1101010 | 0 | 1010000 | 101111 | 10110 | 101001111 | 1000010 | 101111 |
Color Harmonies of #C8296A
Complementary color
Monochromatic Colors of #C8296A
Black with #C8296A
Text Example
Text Example
White with #C8296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8296A; }
p { color: rgb(200,41,106); }
H1.HeaderClassName
{
color: #C8296A;
}
.AnyTagClassName
{
color: #C8296A;
}
</style>
background-color css
<style>
a { background-color: #C8296A; }
a { background-color: rgb(200,41,106); }
div.DivClassName
{
background-color: #C8296A;
}
.BgClassName
{
background-color: #C8296A;
}
</style>
border-color css
<style>
span { border-color: #C8296A; }
span { border-color: rgb(200,41,106); }
td.TdClassName
{
border-color: #C8296A;
}
.TagClassName
{
border-color: #C8296A;
}
</style>