Shades of Royal Heath #C04B78
Tints of Royal Heath #C04B78
RGB
CMYK
RGB Variations
Color information
#C04B78 (or 0xC04B78) is known color: Royal Heath. HEX triplet: C0, 4B and 78. RGB value is (192,75,120). Sum of RGB (Red+Green+Blue) = 192+75+120=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B78 is #3FB487. Grayscale: #737373. Windows color (decimal): -4174984 or 7883712. OLE color: 7883712.
HSL color Cylindrical-coordinate representation of color #C04B78: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B78 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 120 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.25 |
| HSL | 336.92º | 0.48% | 0.52% | - |
| HSV(B) | 336.92º | 0.61% | 0.75% | - |
| XYZ | 27.64 | 17.59 | 19.71 | - |
| YUV | 115.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 120 | 0 | 0.61 | 0.38 | 0.25 | 336.92 | 0.48 | 0.52 |
| Hex | C0 | 4B | 78 | 0 | 3D | 26 | 19 | 151 | 30 | 34 |
| Octal | 300 | 113 | 170 | 0 | 75 | 46 | 31 | 521 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1111000 | 0 | 111101 | 100110 | 11001 | 101010001 | 110000 | 110100 |
Color Harmonies of #C04B78
Complementary color
Monochromatic Colors of #C04B78
Black with #C04B78
Text Example
Text Example
White with #C04B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B78; }
p { color: rgb(192,75,120); }
H1.HeaderClassName
{
color: #C04B78;
}
.AnyTagClassName
{
color: #C04B78;
}
</style>
background-color css
<style>
a { background-color: #C04B78; }
a { background-color: rgb(192,75,120); }
div.DivClassName
{
background-color: #C04B78;
}
.BgClassName
{
background-color: #C04B78;
}
</style>
border-color css
<style>
span { border-color: #C04B78; }
span { border-color: rgb(192,75,120); }
td.TdClassName
{
border-color: #C04B78;
}
.TagClassName
{
border-color: #C04B78;
}
</style>