Shades of Royal Heath #C64473
Tints of Royal Heath #C64473
RGB
CMYK
RGB Variations
Color information
#C64473 (or 0xC64473) is known color: Royal Heath. HEX triplet: C6, 44 and 73. RGB value is (198,68,115). Sum of RGB (Red+Green+Blue) = 198+68+115=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C64473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64473 is #39BB8C. Grayscale: #707070. Windows color (decimal): -3783565 or 7554246. OLE color: 7554246.
HSL color Cylindrical-coordinate representation of color #C64473: hue angle of 338.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64473 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 115 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.22 |
| HSL | 338.31º | 0.53% | 0.52% | - |
| HSV(B) | 338.31º | 0.66% | 0.78% | - |
| XYZ | 28.45 | 17.38 | 18.07 | - |
| YUV | 112.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 115 | 0 | 0.66 | 0.42 | 0.22 | 338.31 | 0.53 | 0.52 |
| Hex | C6 | 44 | 73 | 0 | 42 | 2A | 16 | 152 | 35 | 34 |
| Octal | 306 | 104 | 163 | 0 | 102 | 52 | 26 | 522 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1110011 | 0 | 1000010 | 101010 | 10110 | 101010010 | 110101 | 110100 |
Color Harmonies of #C64473
Complementary color
Monochromatic Colors of #C64473
Black with #C64473
Text Example
Text Example
White with #C64473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64473; }
p { color: rgb(198,68,115); }
H1.HeaderClassName
{
color: #C64473;
}
.AnyTagClassName
{
color: #C64473;
}
</style>
background-color css
<style>
a { background-color: #C64473; }
a { background-color: rgb(198,68,115); }
div.DivClassName
{
background-color: #C64473;
}
.BgClassName
{
background-color: #C64473;
}
</style>
border-color css
<style>
span { border-color: #C64473; }
span { border-color: rgb(198,68,115); }
td.TdClassName
{
border-color: #C64473;
}
.TagClassName
{
border-color: #C64473;
}
</style>