Shades of Royal Heath #C05A7C
Tints of Royal Heath #C05A7C
RGB
CMYK
RGB Variations
Color information
#C05A7C (or 0xC05A7C) is known color: Royal Heath. HEX triplet: C0, 5A and 7C. RGB value is (192,90,124). Sum of RGB (Red+Green+Blue) = 192+90+124=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A7C is #3FA583. Grayscale: #7C7C7C. Windows color (decimal): -4171140 or 8149696. OLE color: 8149696.
HSL color Cylindrical-coordinate representation of color #C05A7C: hue angle of 340º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A7C is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 124 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.25 |
| HSL | 340º | 0.45% | 0.55% | - |
| HSV(B) | 340º | 0.53% | 0.75% | - |
| XYZ | 29.03 | 19.97 | 21.39 | - |
| YUV | 124.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 124 | 0 | 0.53 | 0.35 | 0.25 | 340 | 0.45 | 0.55 |
| Hex | C0 | 5A | 7C | 0 | 35 | 23 | 19 | 154 | 2D | 37 |
| Octal | 300 | 132 | 174 | 0 | 65 | 43 | 31 | 524 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1111100 | 0 | 110101 | 100011 | 11001 | 101010100 | 101101 | 110111 |
Color Harmonies of #C05A7C
Complementary color
Monochromatic Colors of #C05A7C
Black with #C05A7C
Text Example
Text Example
White with #C05A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A7C; }
p { color: rgb(192,90,124); }
H1.HeaderClassName
{
color: #C05A7C;
}
.AnyTagClassName
{
color: #C05A7C;
}
</style>
background-color css
<style>
a { background-color: #C05A7C; }
a { background-color: rgb(192,90,124); }
div.DivClassName
{
background-color: #C05A7C;
}
.BgClassName
{
background-color: #C05A7C;
}
</style>
border-color css
<style>
span { border-color: #C05A7C; }
span { border-color: rgb(192,90,124); }
td.TdClassName
{
border-color: #C05A7C;
}
.TagClassName
{
border-color: #C05A7C;
}
</style>