Shades of Royal Heath #C64B77
Tints of Royal Heath #C64B77
RGB
CMYK
RGB Variations
Color information
#C64B77 (or 0xC64B77) is known color: Royal Heath. HEX triplet: C6, 4B and 77. RGB value is (198,75,119). Sum of RGB (Red+Green+Blue) = 198+75+119=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B77 is #39B488. Grayscale: #747474. Windows color (decimal): -3781769 or 7818182. OLE color: 7818182.
HSL color Cylindrical-coordinate representation of color #C64B77: hue angle of 338.54º 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 #C64B77 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 119 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.22 |
| HSL | 338.54º | 0.52% | 0.54% | - |
| HSV(B) | 338.54º | 0.62% | 0.78% | - |
| XYZ | 29.13 | 18.37 | 19.46 | - |
| YUV | 116.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 119 | 0 | 0.62 | 0.40 | 0.22 | 338.54 | 0.52 | 0.54 |
| Hex | C6 | 4B | 77 | 0 | 3E | 28 | 16 | 153 | 34 | 36 |
| Octal | 306 | 113 | 167 | 0 | 76 | 50 | 26 | 523 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1110111 | 0 | 111110 | 101000 | 10110 | 101010011 | 110100 | 110110 |
Color Harmonies of #C64B77
Complementary color
Monochromatic Colors of #C64B77
Black with #C64B77
Text Example
Text Example
White with #C64B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B77; }
p { color: rgb(198,75,119); }
H1.HeaderClassName
{
color: #C64B77;
}
.AnyTagClassName
{
color: #C64B77;
}
</style>
background-color css
<style>
a { background-color: #C64B77; }
a { background-color: rgb(198,75,119); }
div.DivClassName
{
background-color: #C64B77;
}
.BgClassName
{
background-color: #C64B77;
}
</style>
border-color css
<style>
span { border-color: #C64B77; }
span { border-color: rgb(198,75,119); }
td.TdClassName
{
border-color: #C64B77;
}
.TagClassName
{
border-color: #C64B77;
}
</style>