Shades of Cerise #C7296C
Tints of Cerise #C7296C
RGB
CMYK
RGB Variations
Color information
#C7296C (or 0xC7296C) is known color: Cerise. HEX triplet: C7, 29 and 6C. RGB value is (199,41,108). Sum of RGB (Red+Green+Blue) = 199+41+108=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7296C is #38D693. Grayscale: #5F5F5F. Windows color (decimal): -3724948 or 7088583. OLE color: 7088583.
HSL color Cylindrical-coordinate representation of color #C7296C: hue angle of 334.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7296C is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 108 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.22 |
| HSL | 334.56º | 0.66% | 0.47% | - |
| HSV(B) | 334.56º | 0.79% | 0.78% | - |
| XYZ | 27.05 | 14.81 | 15.62 | - |
| YUV | 95.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 108 | 0 | 0.79 | 0.46 | 0.22 | 334.56 | 0.66 | 0.47 |
| Hex | C7 | 29 | 6C | 0 | 4F | 2E | 16 | 14F | 42 | 2F |
| Octal | 307 | 51 | 154 | 0 | 117 | 56 | 26 | 517 | 102 | 57 |
| Binary | 11000111 | 101001 | 1101100 | 0 | 1001111 | 101110 | 10110 | 101001111 | 1000010 | 101111 |
Color Harmonies of #C7296C
Complementary color
Monochromatic Colors of #C7296C
Black with #C7296C
Text Example
Text Example
White with #C7296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7296C; }
p { color: rgb(199,41,108); }
H1.HeaderClassName
{
color: #C7296C;
}
.AnyTagClassName
{
color: #C7296C;
}
</style>
background-color css
<style>
a { background-color: #C7296C; }
a { background-color: rgb(199,41,108); }
div.DivClassName
{
background-color: #C7296C;
}
.BgClassName
{
background-color: #C7296C;
}
</style>
border-color css
<style>
span { border-color: #C7296C; }
span { border-color: rgb(199,41,108); }
td.TdClassName
{
border-color: #C7296C;
}
.TagClassName
{
border-color: #C7296C;
}
</style>