Shades of Royal Heath #C84077
Tints of Royal Heath #C84077
RGB
CMYK
RGB Variations
Color information
#C84077 (or 0xC84077) is known color: Royal Heath. HEX triplet: C8, 40 and 77. RGB value is (200,64,119). Sum of RGB (Red+Green+Blue) = 200+64+119=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84077 is #37BF88. Grayscale: #6E6E6E. Windows color (decimal): -3653513 or 7815368. OLE color: 7815368.
HSL color Cylindrical-coordinate representation of color #C84077: hue angle of 335.74º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84077 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 119 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.22 |
| HSL | 335.74º | 0.55% | 0.52% | - |
| HSV(B) | 335.74º | 0.68% | 0.78% | - |
| XYZ | 28.98 | 17.28 | 19.26 | - |
| YUV | 110.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 119 | 0 | 0.68 | 0.40 | 0.22 | 335.74 | 0.55 | 0.52 |
| Hex | C8 | 40 | 77 | 0 | 44 | 28 | 16 | 150 | 37 | 34 |
| Octal | 310 | 100 | 167 | 0 | 104 | 50 | 26 | 520 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1110111 | 0 | 1000100 | 101000 | 10110 | 101010000 | 110111 | 110100 |
Color Harmonies of #C84077
Complementary color
Monochromatic Colors of #C84077
Black with #C84077
Text Example
Text Example
White with #C84077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84077; }
p { color: rgb(200,64,119); }
H1.HeaderClassName
{
color: #C84077;
}
.AnyTagClassName
{
color: #C84077;
}
</style>
background-color css
<style>
a { background-color: #C84077; }
a { background-color: rgb(200,64,119); }
div.DivClassName
{
background-color: #C84077;
}
.BgClassName
{
background-color: #C84077;
}
</style>
border-color css
<style>
span { border-color: #C84077; }
span { border-color: rgb(200,64,119); }
td.TdClassName
{
border-color: #C84077;
}
.TagClassName
{
border-color: #C84077;
}
</style>