Shades of Royal Heath #C64C7C
Tints of Royal Heath #C64C7C
RGB
CMYK
RGB Variations
Color information
#C64C7C (or 0xC64C7C) is known color: Royal Heath. HEX triplet: C6, 4C and 7C. RGB value is (198,76,124). Sum of RGB (Red+Green+Blue) = 198+76+124=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C7C is #39B383. Grayscale: #757575. Windows color (decimal): -3781508 or 8146118. OLE color: 8146118.
HSL color Cylindrical-coordinate representation of color #C64C7C: hue angle of 336.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C7C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 124 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.22 |
| HSL | 336.39º | 0.52% | 0.54% | - |
| HSV(B) | 336.39º | 0.62% | 0.78% | - |
| XYZ | 29.51 | 18.63 | 21.11 | - |
| YUV | 117.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 124 | 0 | 0.62 | 0.37 | 0.22 | 336.39 | 0.52 | 0.54 |
| Hex | C6 | 4C | 7C | 0 | 3E | 25 | 16 | 150 | 34 | 36 |
| Octal | 306 | 114 | 174 | 0 | 76 | 45 | 26 | 520 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1111100 | 0 | 111110 | 100101 | 10110 | 101010000 | 110100 | 110110 |
Color Harmonies of #C64C7C
Complementary color
Monochromatic Colors of #C64C7C
Black with #C64C7C
Text Example
Text Example
White with #C64C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C7C; }
p { color: rgb(198,76,124); }
H1.HeaderClassName
{
color: #C64C7C;
}
.AnyTagClassName
{
color: #C64C7C;
}
</style>
background-color css
<style>
a { background-color: #C64C7C; }
a { background-color: rgb(198,76,124); }
div.DivClassName
{
background-color: #C64C7C;
}
.BgClassName
{
background-color: #C64C7C;
}
</style>
border-color css
<style>
span { border-color: #C64C7C; }
span { border-color: rgb(198,76,124); }
td.TdClassName
{
border-color: #C64C7C;
}
.TagClassName
{
border-color: #C64C7C;
}
</style>