Shades of Royal Heath #C05074
Tints of Royal Heath #C05074
RGB
CMYK
RGB Variations
Color information
#C05074 (or 0xC05074) is known color: Royal Heath. HEX triplet: C0, 50 and 74. RGB value is (192,80,116). Sum of RGB (Red+Green+Blue) = 192+80+116=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05074 is #3FAF8B. Grayscale: #757575. Windows color (decimal): -4173708 or 7622848. OLE color: 7622848.
HSL color Cylindrical-coordinate representation of color #C05074: hue angle of 340.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05074 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 116 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.25 |
| HSL | 340.71º | 0.47% | 0.53% | - |
| HSV(B) | 340.71º | 0.58% | 0.75% | - |
| XYZ | 27.76 | 18.2 | 18.57 | - |
| YUV | 117.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 116 | 0 | 0.58 | 0.40 | 0.25 | 340.71 | 0.47 | 0.53 |
| Hex | C0 | 50 | 74 | 0 | 3A | 28 | 19 | 155 | 2F | 35 |
| Octal | 300 | 120 | 164 | 0 | 72 | 50 | 31 | 525 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1110100 | 0 | 111010 | 101000 | 11001 | 101010101 | 101111 | 110101 |
Color Harmonies of #C05074
Complementary color
Monochromatic Colors of #C05074
Black with #C05074
Text Example
Text Example
White with #C05074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05074; }
p { color: rgb(192,80,116); }
H1.HeaderClassName
{
color: #C05074;
}
.AnyTagClassName
{
color: #C05074;
}
</style>
background-color css
<style>
a { background-color: #C05074; }
a { background-color: rgb(192,80,116); }
div.DivClassName
{
background-color: #C05074;
}
.BgClassName
{
background-color: #C05074;
}
</style>
border-color css
<style>
span { border-color: #C05074; }
span { border-color: rgb(192,80,116); }
td.TdClassName
{
border-color: #C05074;
}
.TagClassName
{
border-color: #C05074;
}
</style>