Shades of Royal Heath #C05B7E
Tints of Royal Heath #C05B7E
RGB
CMYK
RGB Variations
Color information
#C05B7E (or 0xC05B7E) is known color: Royal Heath. HEX triplet: C0, 5B and 7E. RGB value is (192,91,126). Sum of RGB (Red+Green+Blue) = 192+91+126=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B7E is #3FA481. Grayscale: #7D7D7D. Windows color (decimal): -4170882 or 8281024. OLE color: 8281024.
HSL color Cylindrical-coordinate representation of color #C05B7E: hue angle of 339.21º degrees, saturation: 0.44, 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 #C05B7E is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 126 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.25 |
| HSL | 339.21º | 0.44% | 0.55% | - |
| HSV(B) | 339.21º | 0.53% | 0.75% | - |
| XYZ | 29.25 | 20.2 | 22.1 | - |
| YUV | 125.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 126 | 0 | 0.53 | 0.34 | 0.25 | 339.21 | 0.44 | 0.55 |
| Hex | C0 | 5B | 7E | 0 | 35 | 22 | 19 | 153 | 2C | 37 |
| Octal | 300 | 133 | 176 | 0 | 65 | 42 | 31 | 523 | 54 | 67 |
| Binary | 11000000 | 1011011 | 1111110 | 0 | 110101 | 100010 | 11001 | 101010011 | 101100 | 110111 |
Color Harmonies of #C05B7E
Complementary color
Monochromatic Colors of #C05B7E
Black with #C05B7E
Text Example
Text Example
White with #C05B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B7E; }
p { color: rgb(192,91,126); }
H1.HeaderClassName
{
color: #C05B7E;
}
.AnyTagClassName
{
color: #C05B7E;
}
</style>
background-color css
<style>
a { background-color: #C05B7E; }
a { background-color: rgb(192,91,126); }
div.DivClassName
{
background-color: #C05B7E;
}
.BgClassName
{
background-color: #C05B7E;
}
</style>
border-color css
<style>
span { border-color: #C05B7E; }
span { border-color: rgb(192,91,126); }
td.TdClassName
{
border-color: #C05B7E;
}
.TagClassName
{
border-color: #C05B7E;
}
</style>