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