Shades of Royal Heath #C64775
Tints of Royal Heath #C64775
RGB
CMYK
RGB Variations
Color information
#C64775 (or 0xC64775) is known color: Royal Heath. HEX triplet: C6, 47 and 75. RGB value is (198,71,117). Sum of RGB (Red+Green+Blue) = 198+71+117=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64775 is #39B88A. Grayscale: #727272. Windows color (decimal): -3782795 or 7686086. OLE color: 7686086.
HSL color Cylindrical-coordinate representation of color #C64775: hue angle of 338.27º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64775 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 117 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.22 |
| HSL | 338.27º | 0.53% | 0.53% | - |
| HSV(B) | 338.27º | 0.64% | 0.78% | - |
| XYZ | 28.75 | 17.8 | 18.75 | - |
| YUV | 114.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 117 | 0 | 0.64 | 0.41 | 0.22 | 338.27 | 0.53 | 0.53 |
| Hex | C6 | 47 | 75 | 0 | 40 | 29 | 16 | 152 | 35 | 35 |
| Octal | 306 | 107 | 165 | 0 | 100 | 51 | 26 | 522 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1110101 | 0 | 1000000 | 101001 | 10110 | 101010010 | 110101 | 110101 |
Color Harmonies of #C64775
Complementary color
Monochromatic Colors of #C64775
Black with #C64775
Text Example
Text Example
White with #C64775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64775; }
p { color: rgb(198,71,117); }
H1.HeaderClassName
{
color: #C64775;
}
.AnyTagClassName
{
color: #C64775;
}
</style>
background-color css
<style>
a { background-color: #C64775; }
a { background-color: rgb(198,71,117); }
div.DivClassName
{
background-color: #C64775;
}
.BgClassName
{
background-color: #C64775;
}
</style>
border-color css
<style>
span { border-color: #C64775; }
span { border-color: rgb(198,71,117); }
td.TdClassName
{
border-color: #C64775;
}
.TagClassName
{
border-color: #C64775;
}
</style>