Shades of Cerise #C73464
Tints of Cerise #C73464
RGB
CMYK
RGB Variations
Color information
#C73464 (or 0xC73464) is known color: Cerise. HEX triplet: C7, 34 and 64. RGB value is (199,52,100). Sum of RGB (Red+Green+Blue) = 199+52+100=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C73464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73464 is #38CB9B. Grayscale: #656565. Windows color (decimal): -3722140 or 6567111. OLE color: 6567111.
HSL color Cylindrical-coordinate representation of color #C73464: hue angle of 340.41º 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 #C73464 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 100 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.22 |
| HSL | 340.41º | 0.59% | 0.49% | - |
| HSV(B) | 340.41º | 0.74% | 0.78% | - |
| XYZ | 27.08 | 15.52 | 13.62 | - |
| YUV | 101.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 100 | 0 | 0.74 | 0.50 | 0.22 | 340.41 | 0.59 | 0.49 |
| Hex | C7 | 34 | 64 | 0 | 4A | 32 | 16 | 154 | 3B | 31 |
| Octal | 307 | 64 | 144 | 0 | 112 | 62 | 26 | 524 | 73 | 61 |
| Binary | 11000111 | 110100 | 1100100 | 0 | 1001010 | 110010 | 10110 | 101010100 | 111011 | 110001 |
Color Harmonies of #C73464
Complementary color
Monochromatic Colors of #C73464
Black with #C73464
Text Example
Text Example
White with #C73464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73464; }
p { color: rgb(199,52,100); }
H1.HeaderClassName
{
color: #C73464;
}
.AnyTagClassName
{
color: #C73464;
}
</style>
background-color css
<style>
a { background-color: #C73464; }
a { background-color: rgb(199,52,100); }
div.DivClassName
{
background-color: #C73464;
}
.BgClassName
{
background-color: #C73464;
}
</style>
border-color css
<style>
span { border-color: #C73464; }
span { border-color: rgb(199,52,100); }
td.TdClassName
{
border-color: #C73464;
}
.TagClassName
{
border-color: #C73464;
}
</style>