Shades of Cerise #C7286B
Tints of Cerise #C7286B
RGB
CMYK
RGB Variations
Color information
#C7286B (or 0xC7286B) is known color: Cerise. HEX triplet: C7, 28 and 6B. RGB value is (199,40,107). Sum of RGB (Red+Green+Blue) = 199+40+107=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7286B is #38D794. Grayscale: #5F5F5F. Windows color (decimal): -3725205 or 7022791. OLE color: 7022791.
HSL color Cylindrical-coordinate representation of color #C7286B: hue angle of 334.72º degrees, saturation: 0.67, 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 #C7286B is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 107 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.22 |
| HSL | 334.72º | 0.67% | 0.47% | - |
| HSV(B) | 334.72º | 0.8% | 0.78% | - |
| XYZ | 26.97 | 14.72 | 15.33 | - |
| YUV | 95.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 107 | 0 | 0.80 | 0.46 | 0.22 | 334.72 | 0.67 | 0.47 |
| Hex | C7 | 28 | 6B | 0 | 50 | 2E | 16 | 14F | 43 | 2F |
| Octal | 307 | 50 | 153 | 0 | 120 | 56 | 26 | 517 | 103 | 57 |
| Binary | 11000111 | 101000 | 1101011 | 0 | 1010000 | 101110 | 10110 | 101001111 | 1000011 | 101111 |
Color Harmonies of #C7286B
Complementary color
Monochromatic Colors of #C7286B
Black with #C7286B
Text Example
Text Example
White with #C7286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7286B; }
p { color: rgb(199,40,107); }
H1.HeaderClassName
{
color: #C7286B;
}
.AnyTagClassName
{
color: #C7286B;
}
</style>
background-color css
<style>
a { background-color: #C7286B; }
a { background-color: rgb(199,40,107); }
div.DivClassName
{
background-color: #C7286B;
}
.BgClassName
{
background-color: #C7286B;
}
</style>
border-color css
<style>
span { border-color: #C7286B; }
span { border-color: rgb(199,40,107); }
td.TdClassName
{
border-color: #C7286B;
}
.TagClassName
{
border-color: #C7286B;
}
</style>