Shades of Royal Heath #C64B78
Tints of Royal Heath #C64B78
RGB
CMYK
RGB Variations
Color information
#C64B78 (or 0xC64B78) is known color: Royal Heath. HEX triplet: C6, 4B and 78. RGB value is (198,75,120). Sum of RGB (Red+Green+Blue) = 198+75+120=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B78 is #39B487. Grayscale: #747474. Windows color (decimal): -3781768 or 7883718. OLE color: 7883718.
HSL color Cylindrical-coordinate representation of color #C64B78: hue angle of 338.05º 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 #C64B78 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 120 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.22 |
| HSL | 338.05º | 0.52% | 0.54% | - |
| HSV(B) | 338.05º | 0.62% | 0.78% | - |
| XYZ | 29.19 | 18.39 | 19.78 | - |
| YUV | 116.91 | 129.75 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 120 | 0 | 0.62 | 0.39 | 0.22 | 338.05 | 0.52 | 0.54 |
| Hex | C6 | 4B | 78 | 0 | 3E | 27 | 16 | 152 | 34 | 36 |
| Octal | 306 | 113 | 170 | 0 | 76 | 47 | 26 | 522 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1111000 | 0 | 111110 | 100111 | 10110 | 101010010 | 110100 | 110110 |
Color Harmonies of #C64B78
Complementary color
Monochromatic Colors of #C64B78
Black with #C64B78
Text Example
Text Example
White with #C64B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B78; }
p { color: rgb(198,75,120); }
H1.HeaderClassName
{
color: #C64B78;
}
.AnyTagClassName
{
color: #C64B78;
}
</style>
background-color css
<style>
a { background-color: #C64B78; }
a { background-color: rgb(198,75,120); }
div.DivClassName
{
background-color: #C64B78;
}
.BgClassName
{
background-color: #C64B78;
}
</style>
border-color css
<style>
span { border-color: #C64B78; }
span { border-color: rgb(198,75,120); }
td.TdClassName
{
border-color: #C64B78;
}
.TagClassName
{
border-color: #C64B78;
}
</style>