Shades of Royal Heath #C05378
Tints of Royal Heath #C05378
RGB
CMYK
RGB Variations
Color information
#C05378 (or 0xC05378) is known color: Royal Heath. HEX triplet: C0, 53 and 78. RGB value is (192,83,120). Sum of RGB (Red+Green+Blue) = 192+83+120=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05378 is #3FAC87. Grayscale: #777777. Windows color (decimal): -4172936 or 7885760. OLE color: 7885760.
HSL color Cylindrical-coordinate representation of color #C05378: hue angle of 339.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05378 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 120 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.25 |
| HSL | 339.63º | 0.46% | 0.54% | - |
| HSV(B) | 339.63º | 0.57% | 0.75% | - |
| XYZ | 28.22 | 18.75 | 19.9 | - |
| YUV | 119.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 120 | 0 | 0.57 | 0.38 | 0.25 | 339.63 | 0.46 | 0.54 |
| Hex | C0 | 53 | 78 | 0 | 39 | 26 | 19 | 154 | 2E | 36 |
| Octal | 300 | 123 | 170 | 0 | 71 | 46 | 31 | 524 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1111000 | 0 | 111001 | 100110 | 11001 | 101010100 | 101110 | 110110 |
Color Harmonies of #C05378
Complementary color
Monochromatic Colors of #C05378
Black with #C05378
Text Example
Text Example
White with #C05378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05378; }
p { color: rgb(192,83,120); }
H1.HeaderClassName
{
color: #C05378;
}
.AnyTagClassName
{
color: #C05378;
}
</style>
background-color css
<style>
a { background-color: #C05378; }
a { background-color: rgb(192,83,120); }
div.DivClassName
{
background-color: #C05378;
}
.BgClassName
{
background-color: #C05378;
}
</style>
border-color css
<style>
span { border-color: #C05378; }
span { border-color: rgb(192,83,120); }
td.TdClassName
{
border-color: #C05378;
}
.TagClassName
{
border-color: #C05378;
}
</style>