Shades of Royal Heath #C64174
Tints of Royal Heath #C64174
RGB
CMYK
RGB Variations
Color information
#C64174 (or 0xC64174) is known color: Royal Heath. HEX triplet: C6, 41 and 74. RGB value is (198,65,116). Sum of RGB (Red+Green+Blue) = 198+65+116=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64174 is #39BE8B. Grayscale: #6E6E6E. Windows color (decimal): -3784332 or 7619014. OLE color: 7619014.
HSL color Cylindrical-coordinate representation of color #C64174: hue angle of 336.99º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64174 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 116 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.22 |
| HSL | 336.99º | 0.54% | 0.52% | - |
| HSV(B) | 336.99º | 0.67% | 0.78% | - |
| XYZ | 28.33 | 17.05 | 18.32 | - |
| YUV | 110.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 116 | 0 | 0.67 | 0.41 | 0.22 | 336.99 | 0.54 | 0.52 |
| Hex | C6 | 41 | 74 | 0 | 43 | 29 | 16 | 151 | 36 | 34 |
| Octal | 306 | 101 | 164 | 0 | 103 | 51 | 26 | 521 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1110100 | 0 | 1000011 | 101001 | 10110 | 101010001 | 110110 | 110100 |
Color Harmonies of #C64174
Complementary color
Monochromatic Colors of #C64174
Black with #C64174
Text Example
Text Example
White with #C64174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64174; }
p { color: rgb(198,65,116); }
H1.HeaderClassName
{
color: #C64174;
}
.AnyTagClassName
{
color: #C64174;
}
</style>
background-color css
<style>
a { background-color: #C64174; }
a { background-color: rgb(198,65,116); }
div.DivClassName
{
background-color: #C64174;
}
.BgClassName
{
background-color: #C64174;
}
</style>
border-color css
<style>
span { border-color: #C64174; }
span { border-color: rgb(198,65,116); }
td.TdClassName
{
border-color: #C64174;
}
.TagClassName
{
border-color: #C64174;
}
</style>