Shades of Royal Heath #C04778
Tints of Royal Heath #C04778
RGB
CMYK
RGB Variations
Color information
#C04778 (or 0xC04778) is known color: Royal Heath. HEX triplet: C0, 47 and 78. RGB value is (192,71,120). Sum of RGB (Red+Green+Blue) = 192+71+120=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04778 is #3FB887. Grayscale: #707070. Windows color (decimal): -4176008 or 7882688. OLE color: 7882688.
HSL color Cylindrical-coordinate representation of color #C04778: hue angle of 335.7º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04778 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 120 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.25 |
| HSL | 335.7º | 0.49% | 0.52% | - |
| HSV(B) | 335.7º | 0.63% | 0.75% | - |
| XYZ | 27.38 | 17.07 | 19.62 | - |
| YUV | 112.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 120 | 0 | 0.63 | 0.38 | 0.25 | 335.7 | 0.49 | 0.52 |
| Hex | C0 | 47 | 78 | 0 | 3F | 26 | 19 | 150 | 31 | 34 |
| Octal | 300 | 107 | 170 | 0 | 77 | 46 | 31 | 520 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1111000 | 0 | 111111 | 100110 | 11001 | 101010000 | 110001 | 110100 |
Color Harmonies of #C04778
Complementary color
Monochromatic Colors of #C04778
Black with #C04778
Text Example
Text Example
White with #C04778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04778; }
p { color: rgb(192,71,120); }
H1.HeaderClassName
{
color: #C04778;
}
.AnyTagClassName
{
color: #C04778;
}
</style>
background-color css
<style>
a { background-color: #C04778; }
a { background-color: rgb(192,71,120); }
div.DivClassName
{
background-color: #C04778;
}
.BgClassName
{
background-color: #C04778;
}
</style>
border-color css
<style>
span { border-color: #C04778; }
span { border-color: rgb(192,71,120); }
td.TdClassName
{
border-color: #C04778;
}
.TagClassName
{
border-color: #C04778;
}
</style>