Shades of Cerise #C7266C
Tints of Cerise #C7266C
RGB
CMYK
RGB Variations
Color information
#C7266C (or 0xC7266C) is known color: Cerise. HEX triplet: C7, 26 and 6C. RGB value is (199,38,108). Sum of RGB (Red+Green+Blue) = 199+38+108=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7266C is #38D993. Grayscale: #5D5D5D. Windows color (decimal): -3725716 or 7087815. OLE color: 7087815.
HSL color Cylindrical-coordinate representation of color #C7266C: hue angle of 333.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7266C is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.22 |
| HSL | 333.91º | 0.68% | 0.46% | - |
| HSV(B) | 333.91º | 0.81% | 0.78% | - |
| XYZ | 26.95 | 14.61 | 15.59 | - |
| YUV | 94.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 108 | 0 | 0.81 | 0.46 | 0.22 | 333.91 | 0.68 | 0.46 |
| Hex | C7 | 26 | 6C | 0 | 51 | 2E | 16 | 14E | 44 | 2E |
| Octal | 307 | 46 | 154 | 0 | 121 | 56 | 26 | 516 | 104 | 56 |
| Binary | 11000111 | 100110 | 1101100 | 0 | 1010001 | 101110 | 10110 | 101001110 | 1000100 | 101110 |
Color Harmonies of #C7266C
Complementary color
Monochromatic Colors of #C7266C
Black with #C7266C
Text Example
Text Example
White with #C7266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7266C; }
p { color: rgb(199,38,108); }
H1.HeaderClassName
{
color: #C7266C;
}
.AnyTagClassName
{
color: #C7266C;
}
</style>
background-color css
<style>
a { background-color: #C7266C; }
a { background-color: rgb(199,38,108); }
div.DivClassName
{
background-color: #C7266C;
}
.BgClassName
{
background-color: #C7266C;
}
</style>
border-color css
<style>
span { border-color: #C7266C; }
span { border-color: rgb(199,38,108); }
td.TdClassName
{
border-color: #C7266C;
}
.TagClassName
{
border-color: #C7266C;
}
</style>