Shades of Royal Heath #C05A7E
Tints of Royal Heath #C05A7E
RGB
CMYK
RGB Variations
Color information
#C05A7E (or 0xC05A7E) is known color: Royal Heath. HEX triplet: C0, 5A and 7E. RGB value is (192,90,126). Sum of RGB (Red+Green+Blue) = 192+90+126=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A7E is #3FA581. Grayscale: #7C7C7C. Windows color (decimal): -4171138 or 8280768. OLE color: 8280768.
HSL color Cylindrical-coordinate representation of color #C05A7E: hue angle of 338.82º 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 #C05A7E is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 126 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.25 |
| HSL | 338.82º | 0.45% | 0.55% | - |
| HSV(B) | 338.82º | 0.53% | 0.75% | - |
| XYZ | 29.16 | 20.03 | 22.07 | - |
| YUV | 124.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 126 | 0 | 0.53 | 0.34 | 0.25 | 338.82 | 0.45 | 0.55 |
| Hex | C0 | 5A | 7E | 0 | 35 | 22 | 19 | 153 | 2D | 37 |
| Octal | 300 | 132 | 176 | 0 | 65 | 42 | 31 | 523 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1111110 | 0 | 110101 | 100010 | 11001 | 101010011 | 101101 | 110111 |
Color Harmonies of #C05A7E
Complementary color
Monochromatic Colors of #C05A7E
Black with #C05A7E
Text Example
Text Example
White with #C05A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A7E; }
p { color: rgb(192,90,126); }
H1.HeaderClassName
{
color: #C05A7E;
}
.AnyTagClassName
{
color: #C05A7E;
}
</style>
background-color css
<style>
a { background-color: #C05A7E; }
a { background-color: rgb(192,90,126); }
div.DivClassName
{
background-color: #C05A7E;
}
.BgClassName
{
background-color: #C05A7E;
}
</style>
border-color css
<style>
span { border-color: #C05A7E; }
span { border-color: rgb(192,90,126); }
td.TdClassName
{
border-color: #C05A7E;
}
.TagClassName
{
border-color: #C05A7E;
}
</style>