Shades of Royal Heath #C05A7A
Tints of Royal Heath #C05A7A
RGB
CMYK
RGB Variations
Color information
#C05A7A (or 0xC05A7A) is known color: Royal Heath. HEX triplet: C0, 5A and 7A. RGB value is (192,90,122). Sum of RGB (Red+Green+Blue) = 192+90+122=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A7A is #3FA585. Grayscale: #7C7C7C. Windows color (decimal): -4171142 or 8018624. OLE color: 8018624.
HSL color Cylindrical-coordinate representation of color #C05A7A: hue angle of 341.18º 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 #C05A7A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 122 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.25 |
| HSL | 341.18º | 0.45% | 0.55% | - |
| HSV(B) | 341.18º | 0.53% | 0.75% | - |
| XYZ | 28.91 | 19.92 | 20.73 | - |
| YUV | 124.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 122 | 0 | 0.53 | 0.36 | 0.25 | 341.18 | 0.45 | 0.55 |
| Hex | C0 | 5A | 7A | 0 | 35 | 24 | 19 | 155 | 2D | 37 |
| Octal | 300 | 132 | 172 | 0 | 65 | 44 | 31 | 525 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1111010 | 0 | 110101 | 100100 | 11001 | 101010101 | 101101 | 110111 |
Color Harmonies of #C05A7A
Complementary color
Monochromatic Colors of #C05A7A
Black with #C05A7A
Text Example
Text Example
White with #C05A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A7A; }
p { color: rgb(192,90,122); }
H1.HeaderClassName
{
color: #C05A7A;
}
.AnyTagClassName
{
color: #C05A7A;
}
</style>
background-color css
<style>
a { background-color: #C05A7A; }
a { background-color: rgb(192,90,122); }
div.DivClassName
{
background-color: #C05A7A;
}
.BgClassName
{
background-color: #C05A7A;
}
</style>
border-color css
<style>
span { border-color: #C05A7A; }
span { border-color: rgb(192,90,122); }
td.TdClassName
{
border-color: #C05A7A;
}
.TagClassName
{
border-color: #C05A7A;
}
</style>