Shades of Royal Heath #C04C7C
Tints of Royal Heath #C04C7C
RGB
CMYK
RGB Variations
Color information
#C04C7C (or 0xC04C7C) is known color: Royal Heath. HEX triplet: C0, 4C and 7C. RGB value is (192,76,124). Sum of RGB (Red+Green+Blue) = 192+76+124=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C7C is #3FB383. Grayscale: #747474. Windows color (decimal): -4174724 or 8146112. OLE color: 8146112.
HSL color Cylindrical-coordinate representation of color #C04C7C: hue angle of 335.17º 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 #C04C7C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 124 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.25 |
| HSL | 335.17º | 0.48% | 0.53% | - |
| HSV(B) | 335.17º | 0.6% | 0.75% | - |
| XYZ | 27.96 | 17.83 | 21.04 | - |
| YUV | 116.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 124 | 0 | 0.60 | 0.35 | 0.25 | 335.17 | 0.48 | 0.53 |
| Hex | C0 | 4C | 7C | 0 | 3C | 23 | 19 | 14F | 30 | 35 |
| Octal | 300 | 114 | 174 | 0 | 74 | 43 | 31 | 517 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1111100 | 0 | 111100 | 100011 | 11001 | 101001111 | 110000 | 110101 |
Color Harmonies of #C04C7C
Complementary color
Monochromatic Colors of #C04C7C
Black with #C04C7C
Text Example
Text Example
White with #C04C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C7C; }
p { color: rgb(192,76,124); }
H1.HeaderClassName
{
color: #C04C7C;
}
.AnyTagClassName
{
color: #C04C7C;
}
</style>
background-color css
<style>
a { background-color: #C04C7C; }
a { background-color: rgb(192,76,124); }
div.DivClassName
{
background-color: #C04C7C;
}
.BgClassName
{
background-color: #C04C7C;
}
</style>
border-color css
<style>
span { border-color: #C04C7C; }
span { border-color: rgb(192,76,124); }
td.TdClassName
{
border-color: #C04C7C;
}
.TagClassName
{
border-color: #C04C7C;
}
</style>