Shades of Royal Heath #C64476
Tints of Royal Heath #C64476
RGB
CMYK
RGB Variations
Color information
#C64476 (or 0xC64476) is known color: Royal Heath. HEX triplet: C6, 44 and 76. RGB value is (198,68,118). Sum of RGB (Red+Green+Blue) = 198+68+118=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64476 is #39BB89. Grayscale: #707070. Windows color (decimal): -3783562 or 7750854. OLE color: 7750854.
HSL color Cylindrical-coordinate representation of color #C64476: hue angle of 336.92º 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 #C64476 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 118 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.22 |
| HSL | 336.92º | 0.53% | 0.52% | - |
| HSV(B) | 336.92º | 0.66% | 0.78% | - |
| XYZ | 28.63 | 17.45 | 19 | - |
| YUV | 112.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 118 | 0 | 0.66 | 0.40 | 0.22 | 336.92 | 0.53 | 0.52 |
| Hex | C6 | 44 | 76 | 0 | 42 | 28 | 16 | 151 | 35 | 34 |
| Octal | 306 | 104 | 166 | 0 | 102 | 50 | 26 | 521 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1110110 | 0 | 1000010 | 101000 | 10110 | 101010001 | 110101 | 110100 |
Color Harmonies of #C64476
Complementary color
Monochromatic Colors of #C64476
Black with #C64476
Text Example
Text Example
White with #C64476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64476; }
p { color: rgb(198,68,118); }
H1.HeaderClassName
{
color: #C64476;
}
.AnyTagClassName
{
color: #C64476;
}
</style>
background-color css
<style>
a { background-color: #C64476; }
a { background-color: rgb(198,68,118); }
div.DivClassName
{
background-color: #C64476;
}
.BgClassName
{
background-color: #C64476;
}
</style>
border-color css
<style>
span { border-color: #C64476; }
span { border-color: rgb(198,68,118); }
td.TdClassName
{
border-color: #C64476;
}
.TagClassName
{
border-color: #C64476;
}
</style>