Shades of Royal Heath #C05175
Tints of Royal Heath #C05175
RGB
CMYK
RGB Variations
Color information
#C05175 (or 0xC05175) is known color: Royal Heath. HEX triplet: C0, 51 and 75. RGB value is (192,81,117). Sum of RGB (Red+Green+Blue) = 192+81+117=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05175 is #3FAE8A. Grayscale: #767676. Windows color (decimal): -4173451 or 7688640. OLE color: 7688640.
HSL color Cylindrical-coordinate representation of color #C05175: hue angle of 340.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05175 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 117 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.25 |
| HSL | 340.54º | 0.47% | 0.54% | - |
| HSV(B) | 340.54º | 0.58% | 0.75% | - |
| XYZ | 27.89 | 18.38 | 18.91 | - |
| YUV | 118.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 117 | 0 | 0.58 | 0.39 | 0.25 | 340.54 | 0.47 | 0.54 |
| Hex | C0 | 51 | 75 | 0 | 3A | 27 | 19 | 155 | 2F | 36 |
| Octal | 300 | 121 | 165 | 0 | 72 | 47 | 31 | 525 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1110101 | 0 | 111010 | 100111 | 11001 | 101010101 | 101111 | 110110 |
Color Harmonies of #C05175
Complementary color
Monochromatic Colors of #C05175
Black with #C05175
Text Example
Text Example
White with #C05175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05175; }
p { color: rgb(192,81,117); }
H1.HeaderClassName
{
color: #C05175;
}
.AnyTagClassName
{
color: #C05175;
}
</style>
background-color css
<style>
a { background-color: #C05175; }
a { background-color: rgb(192,81,117); }
div.DivClassName
{
background-color: #C05175;
}
.BgClassName
{
background-color: #C05175;
}
</style>
border-color css
<style>
span { border-color: #C05175; }
span { border-color: rgb(192,81,117); }
td.TdClassName
{
border-color: #C05175;
}
.TagClassName
{
border-color: #C05175;
}
</style>