Shades of Royal Heath #C04C7D
Tints of Royal Heath #C04C7D
RGB
CMYK
RGB Variations
Color information
#C04C7D (or 0xC04C7D) is known color: Royal Heath. HEX triplet: C0, 4C and 7D. RGB value is (192,76,125). Sum of RGB (Red+Green+Blue) = 192+76+125=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C7D is #3FB382. Grayscale: #747474. Windows color (decimal): -4174723 or 8211648. OLE color: 8211648.
HSL color Cylindrical-coordinate representation of color #C04C7D: hue angle of 334.66º 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 #C04C7D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 125 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.25 |
| HSL | 334.66º | 0.48% | 0.53% | - |
| HSV(B) | 334.66º | 0.6% | 0.75% | - |
| XYZ | 28.02 | 17.86 | 21.37 | - |
| YUV | 116.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 125 | 0 | 0.60 | 0.35 | 0.25 | 334.66 | 0.48 | 0.53 |
| Hex | C0 | 4C | 7D | 0 | 3C | 23 | 19 | 14F | 30 | 35 |
| Octal | 300 | 114 | 175 | 0 | 74 | 43 | 31 | 517 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1111101 | 0 | 111100 | 100011 | 11001 | 101001111 | 110000 | 110101 |
Color Harmonies of #C04C7D
Complementary color
Monochromatic Colors of #C04C7D
Black with #C04C7D
Text Example
Text Example
White with #C04C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C7D; }
p { color: rgb(192,76,125); }
H1.HeaderClassName
{
color: #C04C7D;
}
.AnyTagClassName
{
color: #C04C7D;
}
</style>
background-color css
<style>
a { background-color: #C04C7D; }
a { background-color: rgb(192,76,125); }
div.DivClassName
{
background-color: #C04C7D;
}
.BgClassName
{
background-color: #C04C7D;
}
</style>
border-color css
<style>
span { border-color: #C04C7D; }
span { border-color: rgb(192,76,125); }
td.TdClassName
{
border-color: #C04C7D;
}
.TagClassName
{
border-color: #C04C7D;
}
</style>