Shades of Royal Heath #C04E75
Tints of Royal Heath #C04E75
RGB
CMYK
RGB Variations
Color information
#C04E75 (or 0xC04E75) is known color: Royal Heath. HEX triplet: C0, 4E and 75. RGB value is (192,78,117). Sum of RGB (Red+Green+Blue) = 192+78+117=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E75 is #3FB18A. Grayscale: #747474. Windows color (decimal): -4174219 or 7687872. OLE color: 7687872.
HSL color Cylindrical-coordinate representation of color #C04E75: hue angle of 339.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E75 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 117 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.25 |
| HSL | 339.47º | 0.48% | 0.53% | - |
| HSV(B) | 339.47º | 0.59% | 0.75% | - |
| XYZ | 27.67 | 17.94 | 18.83 | - |
| YUV | 116.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 117 | 0 | 0.59 | 0.39 | 0.25 | 339.47 | 0.48 | 0.53 |
| Hex | C0 | 4E | 75 | 0 | 3B | 27 | 19 | 153 | 30 | 35 |
| Octal | 300 | 116 | 165 | 0 | 73 | 47 | 31 | 523 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1110101 | 0 | 111011 | 100111 | 11001 | 101010011 | 110000 | 110101 |
Color Harmonies of #C04E75
Complementary color
Monochromatic Colors of #C04E75
Black with #C04E75
Text Example
Text Example
White with #C04E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E75; }
p { color: rgb(192,78,117); }
H1.HeaderClassName
{
color: #C04E75;
}
.AnyTagClassName
{
color: #C04E75;
}
</style>
background-color css
<style>
a { background-color: #C04E75; }
a { background-color: rgb(192,78,117); }
div.DivClassName
{
background-color: #C04E75;
}
.BgClassName
{
background-color: #C04E75;
}
</style>
border-color css
<style>
span { border-color: #C04E75; }
span { border-color: rgb(192,78,117); }
td.TdClassName
{
border-color: #C04E75;
}
.TagClassName
{
border-color: #C04E75;
}
</style>