Shades of Royal Heath #C05C7A
Tints of Royal Heath #C05C7A
RGB
CMYK
RGB Variations
Color information
#C05C7A (or 0xC05C7A) is known color: Royal Heath. HEX triplet: C0, 5C and 7A. RGB value is (192,92,122). Sum of RGB (Red+Green+Blue) = 192+92+122=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C7A is #3FA385. Grayscale: #7D7D7D. Windows color (decimal): -4170630 or 8019136. OLE color: 8019136.
HSL color Cylindrical-coordinate representation of color #C05C7A: hue angle of 342º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C7A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 122 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.25 |
| HSL | 342º | 0.44% | 0.56% | - |
| HSV(B) | 342º | 0.52% | 0.75% | - |
| XYZ | 29.08 | 20.27 | 20.79 | - |
| YUV | 125.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 122 | 0 | 0.52 | 0.36 | 0.25 | 342 | 0.44 | 0.56 |
| Hex | C0 | 5C | 7A | 0 | 34 | 24 | 19 | 156 | 2C | 38 |
| Octal | 300 | 134 | 172 | 0 | 64 | 44 | 31 | 526 | 54 | 70 |
| Binary | 11000000 | 1011100 | 1111010 | 0 | 110100 | 100100 | 11001 | 101010110 | 101100 | 111000 |
Color Harmonies of #C05C7A
Complementary color
Monochromatic Colors of #C05C7A
Black with #C05C7A
Text Example
Text Example
White with #C05C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C7A; }
p { color: rgb(192,92,122); }
H1.HeaderClassName
{
color: #C05C7A;
}
.AnyTagClassName
{
color: #C05C7A;
}
</style>
background-color css
<style>
a { background-color: #C05C7A; }
a { background-color: rgb(192,92,122); }
div.DivClassName
{
background-color: #C05C7A;
}
.BgClassName
{
background-color: #C05C7A;
}
</style>
border-color css
<style>
span { border-color: #C05C7A; }
span { border-color: rgb(192,92,122); }
td.TdClassName
{
border-color: #C05C7A;
}
.TagClassName
{
border-color: #C05C7A;
}
</style>