Shades of Cerise #C73468
Tints of Cerise #C73468
RGB
CMYK
RGB Variations
Color information
#C73468 (or 0xC73468) is known color: Cerise. HEX triplet: C7, 34 and 68. RGB value is (199,52,104). Sum of RGB (Red+Green+Blue) = 199+52+104=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C73468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73468 is #38CB97. Grayscale: #656565. Windows color (decimal): -3722136 or 6829255. OLE color: 6829255.
HSL color Cylindrical-coordinate representation of color #C73468: hue angle of 338.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73468 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 104 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.22 |
| HSL | 338.78º | 0.59% | 0.49% | - |
| HSV(B) | 338.78º | 0.74% | 0.78% | - |
| XYZ | 27.28 | 15.6 | 14.67 | - |
| YUV | 101.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 104 | 0 | 0.74 | 0.48 | 0.22 | 338.78 | 0.59 | 0.49 |
| Hex | C7 | 34 | 68 | 0 | 4A | 30 | 16 | 153 | 3B | 31 |
| Octal | 307 | 64 | 150 | 0 | 112 | 60 | 26 | 523 | 73 | 61 |
| Binary | 11000111 | 110100 | 1101000 | 0 | 1001010 | 110000 | 10110 | 101010011 | 111011 | 110001 |
Color Harmonies of #C73468
Complementary color
Monochromatic Colors of #C73468
Black with #C73468
Text Example
Text Example
White with #C73468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73468; }
p { color: rgb(199,52,104); }
H1.HeaderClassName
{
color: #C73468;
}
.AnyTagClassName
{
color: #C73468;
}
</style>
background-color css
<style>
a { background-color: #C73468; }
a { background-color: rgb(199,52,104); }
div.DivClassName
{
background-color: #C73468;
}
.BgClassName
{
background-color: #C73468;
}
</style>
border-color css
<style>
span { border-color: #C73468; }
span { border-color: rgb(199,52,104); }
td.TdClassName
{
border-color: #C73468;
}
.TagClassName
{
border-color: #C73468;
}
</style>