Shades of Cerise #C73165
Tints of Cerise #C73165
RGB
CMYK
RGB Variations
Color information
#C73165 (or 0xC73165) is known color: Cerise. HEX triplet: C7, 31 and 65. RGB value is (199,49,101). Sum of RGB (Red+Green+Blue) = 199+49+101=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C73165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73165 is #38CE9A. Grayscale: #636363. Windows color (decimal): -3722907 or 6631879. OLE color: 6631879.
HSL color Cylindrical-coordinate representation of color #C73165: hue angle of 339.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73165 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 101 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.22 |
| HSL | 339.2º | 0.6% | 0.49% | - |
| HSV(B) | 339.2º | 0.75% | 0.78% | - |
| XYZ | 27 | 15.28 | 13.84 | - |
| YUV | 99.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 101 | 0 | 0.75 | 0.49 | 0.22 | 339.2 | 0.6 | 0.49 |
| Hex | C7 | 31 | 65 | 0 | 4B | 31 | 16 | 153 | 3C | 31 |
| Octal | 307 | 61 | 145 | 0 | 113 | 61 | 26 | 523 | 74 | 61 |
| Binary | 11000111 | 110001 | 1100101 | 0 | 1001011 | 110001 | 10110 | 101010011 | 111100 | 110001 |
Color Harmonies of #C73165
Complementary color
Monochromatic Colors of #C73165
Black with #C73165
Text Example
Text Example
White with #C73165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73165; }
p { color: rgb(199,49,101); }
H1.HeaderClassName
{
color: #C73165;
}
.AnyTagClassName
{
color: #C73165;
}
</style>
background-color css
<style>
a { background-color: #C73165; }
a { background-color: rgb(199,49,101); }
div.DivClassName
{
background-color: #C73165;
}
.BgClassName
{
background-color: #C73165;
}
</style>
border-color css
<style>
span { border-color: #C73165; }
span { border-color: rgb(199,49,101); }
td.TdClassName
{
border-color: #C73165;
}
.TagClassName
{
border-color: #C73165;
}
</style>