Shades of Cerise #C7296B
Tints of Cerise #C7296B
RGB
CMYK
RGB Variations
Color information
#C7296B (or 0xC7296B) is known color: Cerise. HEX triplet: C7, 29 and 6B. RGB value is (199,41,107). Sum of RGB (Red+Green+Blue) = 199+41+107=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7296B is #38D694. Grayscale: #5F5F5F. Windows color (decimal): -3724949 or 7023047. OLE color: 7023047.
HSL color Cylindrical-coordinate representation of color #C7296B: hue angle of 334.94º 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 #C7296B is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 107 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.22 |
| HSL | 334.94º | 0.66% | 0.47% | - |
| HSV(B) | 334.94º | 0.79% | 0.78% | - |
| XYZ | 27 | 14.79 | 15.34 | - |
| YUV | 95.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 107 | 0 | 0.79 | 0.46 | 0.22 | 334.94 | 0.66 | 0.47 |
| Hex | C7 | 29 | 6B | 0 | 4F | 2E | 16 | 14F | 42 | 2F |
| Octal | 307 | 51 | 153 | 0 | 117 | 56 | 26 | 517 | 102 | 57 |
| Binary | 11000111 | 101001 | 1101011 | 0 | 1001111 | 101110 | 10110 | 101001111 | 1000010 | 101111 |
Color Harmonies of #C7296B
Complementary color
Monochromatic Colors of #C7296B
Black with #C7296B
Text Example
Text Example
White with #C7296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7296B; }
p { color: rgb(199,41,107); }
H1.HeaderClassName
{
color: #C7296B;
}
.AnyTagClassName
{
color: #C7296B;
}
</style>
background-color css
<style>
a { background-color: #C7296B; }
a { background-color: rgb(199,41,107); }
div.DivClassName
{
background-color: #C7296B;
}
.BgClassName
{
background-color: #C7296B;
}
</style>
border-color css
<style>
span { border-color: #C7296B; }
span { border-color: rgb(199,41,107); }
td.TdClassName
{
border-color: #C7296B;
}
.TagClassName
{
border-color: #C7296B;
}
</style>