Shades of Royal Heath #C04D75
Tints of Royal Heath #C04D75
RGB
CMYK
RGB Variations
Color information
#C04D75 (or 0xC04D75) is known color: Royal Heath. HEX triplet: C0, 4D and 75. RGB value is (192,77,117). Sum of RGB (Red+Green+Blue) = 192+77+117=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D75 is #3FB28A. Grayscale: #737373. Windows color (decimal): -4174475 or 7687616. OLE color: 7687616.
HSL color Cylindrical-coordinate representation of color #C04D75: hue angle of 339.13º 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 #C04D75 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 117 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.25 |
| HSL | 339.13º | 0.48% | 0.53% | - |
| HSV(B) | 339.13º | 0.6% | 0.75% | - |
| XYZ | 27.6 | 17.8 | 18.81 | - |
| YUV | 115.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 117 | 0 | 0.60 | 0.39 | 0.25 | 339.13 | 0.48 | 0.53 |
| Hex | C0 | 4D | 75 | 0 | 3C | 27 | 19 | 153 | 30 | 35 |
| Octal | 300 | 115 | 165 | 0 | 74 | 47 | 31 | 523 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1110101 | 0 | 111100 | 100111 | 11001 | 101010011 | 110000 | 110101 |
Color Harmonies of #C04D75
Complementary color
Monochromatic Colors of #C04D75
Black with #C04D75
Text Example
Text Example
White with #C04D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D75; }
p { color: rgb(192,77,117); }
H1.HeaderClassName
{
color: #C04D75;
}
.AnyTagClassName
{
color: #C04D75;
}
</style>
background-color css
<style>
a { background-color: #C04D75; }
a { background-color: rgb(192,77,117); }
div.DivClassName
{
background-color: #C04D75;
}
.BgClassName
{
background-color: #C04D75;
}
</style>
border-color css
<style>
span { border-color: #C04D75; }
span { border-color: rgb(192,77,117); }
td.TdClassName
{
border-color: #C04D75;
}
.TagClassName
{
border-color: #C04D75;
}
</style>