Shades of Royal Heath #C04879
Tints of Royal Heath #C04879
RGB
CMYK
RGB Variations
Color information
#C04879 (or 0xC04879) is known color: Royal Heath. HEX triplet: C0, 48 and 79. RGB value is (192,72,121). Sum of RGB (Red+Green+Blue) = 192+72+121=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04879 is #3FB786. Grayscale: #717171. Windows color (decimal): -4175751 or 7948480. OLE color: 7948480.
HSL color Cylindrical-coordinate representation of color #C04879: hue angle of 335.5º 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 #C04879 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 121 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.25 |
| HSL | 335.5º | 0.49% | 0.52% | - |
| HSV(B) | 335.5º | 0.63% | 0.75% | - |
| XYZ | 27.51 | 17.22 | 19.96 | - |
| YUV | 113.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 121 | 0 | 0.63 | 0.37 | 0.25 | 335.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 79 | 0 | 3F | 25 | 19 | 150 | 31 | 34 |
| Octal | 300 | 110 | 171 | 0 | 77 | 45 | 31 | 520 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1111001 | 0 | 111111 | 100101 | 11001 | 101010000 | 110001 | 110100 |
Color Harmonies of #C04879
Complementary color
Monochromatic Colors of #C04879
Black with #C04879
Text Example
Text Example
White with #C04879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04879; }
p { color: rgb(192,72,121); }
H1.HeaderClassName
{
color: #C04879;
}
.AnyTagClassName
{
color: #C04879;
}
</style>
background-color css
<style>
a { background-color: #C04879; }
a { background-color: rgb(192,72,121); }
div.DivClassName
{
background-color: #C04879;
}
.BgClassName
{
background-color: #C04879;
}
</style>
border-color css
<style>
span { border-color: #C04879; }
span { border-color: rgb(192,72,121); }
td.TdClassName
{
border-color: #C04879;
}
.TagClassName
{
border-color: #C04879;
}
</style>