Shades of Royal Heath #C04973
Tints of Royal Heath #C04973
RGB
CMYK
RGB Variations
Color information
#C04973 (or 0xC04973) is known color: Royal Heath. HEX triplet: C0, 49 and 73. RGB value is (192,73,115). Sum of RGB (Red+Green+Blue) = 192+73+115=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04973 is #3FB68C. Grayscale: #717171. Windows color (decimal): -4175501 or 7555520. OLE color: 7555520.
HSL color Cylindrical-coordinate representation of color #C04973: hue angle of 338.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04973 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 115 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.25 |
| HSL | 338.82º | 0.49% | 0.52% | - |
| HSV(B) | 338.82º | 0.62% | 0.75% | - |
| XYZ | 27.22 | 17.21 | 18.11 | - |
| YUV | 113.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 115 | 0 | 0.62 | 0.40 | 0.25 | 338.82 | 0.49 | 0.52 |
| Hex | C0 | 49 | 73 | 0 | 3E | 28 | 19 | 153 | 31 | 34 |
| Octal | 300 | 111 | 163 | 0 | 76 | 50 | 31 | 523 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1110011 | 0 | 111110 | 101000 | 11001 | 101010011 | 110001 | 110100 |
Color Harmonies of #C04973
Complementary color
Monochromatic Colors of #C04973
Black with #C04973
Text Example
Text Example
White with #C04973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04973; }
p { color: rgb(192,73,115); }
H1.HeaderClassName
{
color: #C04973;
}
.AnyTagClassName
{
color: #C04973;
}
</style>
background-color css
<style>
a { background-color: #C04973; }
a { background-color: rgb(192,73,115); }
div.DivClassName
{
background-color: #C04973;
}
.BgClassName
{
background-color: #C04973;
}
</style>
border-color css
<style>
span { border-color: #C04973; }
span { border-color: rgb(192,73,115); }
td.TdClassName
{
border-color: #C04973;
}
.TagClassName
{
border-color: #C04973;
}
</style>