Shades of Royal Heath #C64C76
Tints of Royal Heath #C64C76
RGB
CMYK
RGB Variations
Color information
#C64C76 (or 0xC64C76) is known color: Royal Heath. HEX triplet: C6, 4C and 76. RGB value is (198,76,118). Sum of RGB (Red+Green+Blue) = 198+76+118=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C76 is #39B389. Grayscale: #757575. Windows color (decimal): -3781514 or 7752902. OLE color: 7752902.
HSL color Cylindrical-coordinate representation of color #C64C76: hue angle of 339.34º 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 #C64C76 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 118 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.22 |
| HSL | 339.34º | 0.52% | 0.54% | - |
| HSV(B) | 339.34º | 0.62% | 0.78% | - |
| XYZ | 29.14 | 18.48 | 19.17 | - |
| YUV | 117.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 118 | 0 | 0.62 | 0.40 | 0.22 | 339.34 | 0.52 | 0.54 |
| Hex | C6 | 4C | 76 | 0 | 3E | 28 | 16 | 153 | 34 | 36 |
| Octal | 306 | 114 | 166 | 0 | 76 | 50 | 26 | 523 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1110110 | 0 | 111110 | 101000 | 10110 | 101010011 | 110100 | 110110 |
Color Harmonies of #C64C76
Complementary color
Monochromatic Colors of #C64C76
Black with #C64C76
Text Example
Text Example
White with #C64C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C76; }
p { color: rgb(198,76,118); }
H1.HeaderClassName
{
color: #C64C76;
}
.AnyTagClassName
{
color: #C64C76;
}
</style>
background-color css
<style>
a { background-color: #C64C76; }
a { background-color: rgb(198,76,118); }
div.DivClassName
{
background-color: #C64C76;
}
.BgClassName
{
background-color: #C64C76;
}
</style>
border-color css
<style>
span { border-color: #C64C76; }
span { border-color: rgb(198,76,118); }
td.TdClassName
{
border-color: #C64C76;
}
.TagClassName
{
border-color: #C64C76;
}
</style>