Shades of Royal Heath #C04C76
Tints of Royal Heath #C04C76
RGB
CMYK
RGB Variations
Color information
#C04C76 (or 0xC04C76) is known color: Royal Heath. HEX triplet: C0, 4C and 76. RGB value is (192,76,118). Sum of RGB (Red+Green+Blue) = 192+76+118=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C76 is #3FB389. Grayscale: #737373. Windows color (decimal): -4174730 or 7752896. OLE color: 7752896.
HSL color Cylindrical-coordinate representation of color #C04C76: hue angle of 338.28º 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 #C04C76 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 118 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.25 |
| HSL | 338.28º | 0.48% | 0.53% | - |
| HSV(B) | 338.28º | 0.6% | 0.75% | - |
| XYZ | 27.59 | 17.68 | 19.1 | - |
| YUV | 115.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 118 | 0 | 0.60 | 0.39 | 0.25 | 338.28 | 0.48 | 0.53 |
| Hex | C0 | 4C | 76 | 0 | 3C | 27 | 19 | 152 | 30 | 35 |
| Octal | 300 | 114 | 166 | 0 | 74 | 47 | 31 | 522 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1110110 | 0 | 111100 | 100111 | 11001 | 101010010 | 110000 | 110101 |
Color Harmonies of #C04C76
Complementary color
Monochromatic Colors of #C04C76
Black with #C04C76
Text Example
Text Example
White with #C04C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C76; }
p { color: rgb(192,76,118); }
H1.HeaderClassName
{
color: #C04C76;
}
.AnyTagClassName
{
color: #C04C76;
}
</style>
background-color css
<style>
a { background-color: #C04C76; }
a { background-color: rgb(192,76,118); }
div.DivClassName
{
background-color: #C04C76;
}
.BgClassName
{
background-color: #C04C76;
}
</style>
border-color css
<style>
span { border-color: #C04C76; }
span { border-color: rgb(192,76,118); }
td.TdClassName
{
border-color: #C04C76;
}
.TagClassName
{
border-color: #C04C76;
}
</style>