Shades of Royal Heath #C04D70
Tints of Royal Heath #C04D70
RGB
CMYK
RGB Variations
Color information
#C04D70 (or 0xC04D70) is known color: Royal Heath. HEX triplet: C0, 4D and 70. RGB value is (192,77,112). Sum of RGB (Red+Green+Blue) = 192+77+112=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D70 is #3FB28F. Grayscale: #737373. Windows color (decimal): -4174480 or 7359936. OLE color: 7359936.
HSL color Cylindrical-coordinate representation of color #C04D70: hue angle of 341.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D70 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 112 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.25 |
| HSL | 341.74º | 0.48% | 0.53% | - |
| HSV(B) | 341.74º | 0.6% | 0.75% | - |
| XYZ | 27.32 | 17.68 | 17.3 | - |
| YUV | 115.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 112 | 0 | 0.60 | 0.42 | 0.25 | 341.74 | 0.48 | 0.53 |
| Hex | C0 | 4D | 70 | 0 | 3C | 2A | 19 | 156 | 30 | 35 |
| Octal | 300 | 115 | 160 | 0 | 74 | 52 | 31 | 526 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1110000 | 0 | 111100 | 101010 | 11001 | 101010110 | 110000 | 110101 |
Color Harmonies of #C04D70
Complementary color
Monochromatic Colors of #C04D70
Black with #C04D70
Text Example
Text Example
White with #C04D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D70; }
p { color: rgb(192,77,112); }
H1.HeaderClassName
{
color: #C04D70;
}
.AnyTagClassName
{
color: #C04D70;
}
</style>
background-color css
<style>
a { background-color: #C04D70; }
a { background-color: rgb(192,77,112); }
div.DivClassName
{
background-color: #C04D70;
}
.BgClassName
{
background-color: #C04D70;
}
</style>
border-color css
<style>
span { border-color: #C04D70; }
span { border-color: rgb(192,77,112); }
td.TdClassName
{
border-color: #C04D70;
}
.TagClassName
{
border-color: #C04D70;
}
</style>