Shades of Royal Heath #C64171
Tints of Royal Heath #C64171
RGB
CMYK
RGB Variations
Color information
#C64171 (or 0xC64171) is known color: Royal Heath. HEX triplet: C6, 41 and 71. RGB value is (198,65,113). Sum of RGB (Red+Green+Blue) = 198+65+113=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64171 is #39BE8E. Grayscale: #6E6E6E. Windows color (decimal): -3784335 or 7422406. OLE color: 7422406.
HSL color Cylindrical-coordinate representation of color #C64171: hue angle of 338.35º 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 #C64171 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 113 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.22 |
| HSL | 338.35º | 0.54% | 0.52% | - |
| HSV(B) | 338.35º | 0.67% | 0.78% | - |
| XYZ | 28.16 | 16.98 | 17.42 | - |
| YUV | 110.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 113 | 0 | 0.67 | 0.43 | 0.22 | 338.35 | 0.54 | 0.52 |
| Hex | C6 | 41 | 71 | 0 | 43 | 2B | 16 | 152 | 36 | 34 |
| Octal | 306 | 101 | 161 | 0 | 103 | 53 | 26 | 522 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1110001 | 0 | 1000011 | 101011 | 10110 | 101010010 | 110110 | 110100 |
Color Harmonies of #C64171
Complementary color
Monochromatic Colors of #C64171
Black with #C64171
Text Example
Text Example
White with #C64171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64171; }
p { color: rgb(198,65,113); }
H1.HeaderClassName
{
color: #C64171;
}
.AnyTagClassName
{
color: #C64171;
}
</style>
background-color css
<style>
a { background-color: #C64171; }
a { background-color: rgb(198,65,113); }
div.DivClassName
{
background-color: #C64171;
}
.BgClassName
{
background-color: #C64171;
}
</style>
border-color css
<style>
span { border-color: #C64171; }
span { border-color: rgb(198,65,113); }
td.TdClassName
{
border-color: #C64171;
}
.TagClassName
{
border-color: #C64171;
}
</style>