Shades of Royal Heath #C64975
Tints of Royal Heath #C64975
RGB
CMYK
RGB Variations
Color information
#C64975 (or 0xC64975) is known color: Royal Heath. HEX triplet: C6, 49 and 75. RGB value is (198,73,117). Sum of RGB (Red+Green+Blue) = 198+73+117=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64975 is #39B68A. Grayscale: #737373. Windows color (decimal): -3782283 or 7686598. OLE color: 7686598.
HSL color Cylindrical-coordinate representation of color #C64975: hue angle of 338.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64975 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 117 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.22 |
| HSL | 338.88º | 0.52% | 0.53% | - |
| HSV(B) | 338.88º | 0.63% | 0.78% | - |
| XYZ | 28.88 | 18.06 | 18.79 | - |
| YUV | 115.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 117 | 0 | 0.63 | 0.41 | 0.22 | 338.88 | 0.52 | 0.53 |
| Hex | C6 | 49 | 75 | 0 | 3F | 29 | 16 | 153 | 34 | 35 |
| Octal | 306 | 111 | 165 | 0 | 77 | 51 | 26 | 523 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1110101 | 0 | 111111 | 101001 | 10110 | 101010011 | 110100 | 110101 |
Color Harmonies of #C64975
Complementary color
Monochromatic Colors of #C64975
Black with #C64975
Text Example
Text Example
White with #C64975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64975; }
p { color: rgb(198,73,117); }
H1.HeaderClassName
{
color: #C64975;
}
.AnyTagClassName
{
color: #C64975;
}
</style>
background-color css
<style>
a { background-color: #C64975; }
a { background-color: rgb(198,73,117); }
div.DivClassName
{
background-color: #C64975;
}
.BgClassName
{
background-color: #C64975;
}
</style>
border-color css
<style>
span { border-color: #C64975; }
span { border-color: rgb(198,73,117); }
td.TdClassName
{
border-color: #C64975;
}
.TagClassName
{
border-color: #C64975;
}
</style>