Shades of Royal Heath #C04378
Tints of Royal Heath #C04378
RGB
CMYK
RGB Variations
Color information
#C04378 (or 0xC04378) is known color: Royal Heath. HEX triplet: C0, 43 and 78. RGB value is (192,67,120). Sum of RGB (Red+Green+Blue) = 192+67+120=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04378 is #3FBC87. Grayscale: #6E6E6E. Windows color (decimal): -4177032 or 7881664. OLE color: 7881664.
HSL color Cylindrical-coordinate representation of color #C04378: hue angle of 334.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04378 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 120 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.25 |
| HSL | 334.56º | 0.5% | 0.51% | - |
| HSV(B) | 334.56º | 0.65% | 0.75% | - |
| XYZ | 27.14 | 16.58 | 19.54 | - |
| YUV | 110.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 120 | 0 | 0.65 | 0.38 | 0.25 | 334.56 | 0.5 | 0.51 |
| Hex | C0 | 43 | 78 | 0 | 41 | 26 | 19 | 14F | 32 | 33 |
| Octal | 300 | 103 | 170 | 0 | 101 | 46 | 31 | 517 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1111000 | 0 | 1000001 | 100110 | 11001 | 101001111 | 110010 | 110011 |
Color Harmonies of #C04378
Complementary color
Monochromatic Colors of #C04378
Black with #C04378
Text Example
Text Example
White with #C04378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04378; }
p { color: rgb(192,67,120); }
H1.HeaderClassName
{
color: #C04378;
}
.AnyTagClassName
{
color: #C04378;
}
</style>
background-color css
<style>
a { background-color: #C04378; }
a { background-color: rgb(192,67,120); }
div.DivClassName
{
background-color: #C04378;
}
.BgClassName
{
background-color: #C04378;
}
</style>
border-color css
<style>
span { border-color: #C04378; }
span { border-color: rgb(192,67,120); }
td.TdClassName
{
border-color: #C04378;
}
.TagClassName
{
border-color: #C04378;
}
</style>