Shades of Royal Heath #C0557B
Tints of Royal Heath #C0557B
RGB
CMYK
RGB Variations
Color information
#C0557B (or 0xC0557B) is known color: Royal Heath. HEX triplet: C0, 55 and 7B. RGB value is (192,85,123). Sum of RGB (Red+Green+Blue) = 192+85+123=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557B is #3FAA84. Grayscale: #797979. Windows color (decimal): -4172421 or 8082880. OLE color: 8082880.
HSL color Cylindrical-coordinate representation of color #C0557B: hue angle of 338.69º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0557B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 123 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.25 |
| HSL | 338.69º | 0.46% | 0.54% | - |
| HSV(B) | 338.69º | 0.56% | 0.75% | - |
| XYZ | 28.56 | 19.13 | 20.93 | - |
| YUV | 121.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 123 | 0 | 0.56 | 0.36 | 0.25 | 338.69 | 0.46 | 0.54 |
| Hex | C0 | 55 | 7B | 0 | 38 | 24 | 19 | 153 | 2E | 36 |
| Octal | 300 | 125 | 173 | 0 | 70 | 44 | 31 | 523 | 56 | 66 |
| Binary | 11000000 | 1010101 | 1111011 | 0 | 111000 | 100100 | 11001 | 101010011 | 101110 | 110110 |
Color Harmonies of #C0557B
Complementary color
Monochromatic Colors of #C0557B
Black with #C0557B
Text Example
Text Example
White with #C0557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0557B; }
p { color: rgb(192,85,123); }
H1.HeaderClassName
{
color: #C0557B;
}
.AnyTagClassName
{
color: #C0557B;
}
</style>
background-color css
<style>
a { background-color: #C0557B; }
a { background-color: rgb(192,85,123); }
div.DivClassName
{
background-color: #C0557B;
}
.BgClassName
{
background-color: #C0557B;
}
</style>
border-color css
<style>
span { border-color: #C0557B; }
span { border-color: rgb(192,85,123); }
td.TdClassName
{
border-color: #C0557B;
}
.TagClassName
{
border-color: #C0557B;
}
</style>