Shades of Cerise #C73968
Tints of Cerise #C73968
RGB
CMYK
RGB Variations
Color information
#C73968 (or 0xC73968) is known color: Cerise. HEX triplet: C7, 39 and 68. RGB value is (199,57,104). Sum of RGB (Red+Green+Blue) = 199+57+104=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C73968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73968 is #38C697. Grayscale: #686868. Windows color (decimal): -3720856 or 6830535. OLE color: 6830535.
HSL color Cylindrical-coordinate representation of color #C73968: hue angle of 340.14º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73968 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 104 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.22 |
| HSL | 340.14º | 0.56% | 0.5% | - |
| HSV(B) | 340.14º | 0.71% | 0.78% | - |
| XYZ | 27.52 | 16.07 | 14.75 | - |
| YUV | 104.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 104 | 0 | 0.71 | 0.48 | 0.22 | 340.14 | 0.56 | 0.5 |
| Hex | C7 | 39 | 68 | 0 | 47 | 30 | 16 | 154 | 38 | 32 |
| Octal | 307 | 71 | 150 | 0 | 107 | 60 | 26 | 524 | 70 | 62 |
| Binary | 11000111 | 111001 | 1101000 | 0 | 1000111 | 110000 | 10110 | 101010100 | 111000 | 110010 |
Color Harmonies of #C73968
Complementary color
Monochromatic Colors of #C73968
Black with #C73968
Text Example
Text Example
White with #C73968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73968; }
p { color: rgb(199,57,104); }
H1.HeaderClassName
{
color: #C73968;
}
.AnyTagClassName
{
color: #C73968;
}
</style>
background-color css
<style>
a { background-color: #C73968; }
a { background-color: rgb(199,57,104); }
div.DivClassName
{
background-color: #C73968;
}
.BgClassName
{
background-color: #C73968;
}
</style>
border-color css
<style>
span { border-color: #C73968; }
span { border-color: rgb(199,57,104); }
td.TdClassName
{
border-color: #C73968;
}
.TagClassName
{
border-color: #C73968;
}
</style>