Shades of Royal Heath #C6517D
Tints of Royal Heath #C6517D
RGB
CMYK
RGB Variations
Color information
#C6517D (or 0xC6517D) is known color: Royal Heath. HEX triplet: C6, 51 and 7D. RGB value is (198,81,125). Sum of RGB (Red+Green+Blue) = 198+81+125=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6517D is #39AE82. Grayscale: #787878. Windows color (decimal): -3780227 or 8212934. OLE color: 8212934.
HSL color Cylindrical-coordinate representation of color #C6517D: hue angle of 337.44º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6517D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 125 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.22 |
| HSL | 337.44º | 0.51% | 0.55% | - |
| HSV(B) | 337.44º | 0.59% | 0.78% | - |
| XYZ | 29.93 | 19.37 | 21.56 | - |
| YUV | 121 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 125 | 0 | 0.59 | 0.37 | 0.22 | 337.44 | 0.51 | 0.55 |
| Hex | C6 | 51 | 7D | 0 | 3B | 25 | 16 | 151 | 33 | 37 |
| Octal | 306 | 121 | 175 | 0 | 73 | 45 | 26 | 521 | 63 | 67 |
| Binary | 11000110 | 1010001 | 1111101 | 0 | 111011 | 100101 | 10110 | 101010001 | 110011 | 110111 |
Color Harmonies of #C6517D
Complementary color
Monochromatic Colors of #C6517D
Black with #C6517D
Text Example
Text Example
White with #C6517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6517D; }
p { color: rgb(198,81,125); }
H1.HeaderClassName
{
color: #C6517D;
}
.AnyTagClassName
{
color: #C6517D;
}
</style>
background-color css
<style>
a { background-color: #C6517D; }
a { background-color: rgb(198,81,125); }
div.DivClassName
{
background-color: #C6517D;
}
.BgClassName
{
background-color: #C6517D;
}
</style>
border-color css
<style>
span { border-color: #C6517D; }
span { border-color: rgb(198,81,125); }
td.TdClassName
{
border-color: #C6517D;
}
.TagClassName
{
border-color: #C6517D;
}
</style>