Shades of Royal Heath #C84176
Tints of Royal Heath #C84176
RGB
CMYK
RGB Variations
Color information
#C84176 (or 0xC84176) is known color: Royal Heath. HEX triplet: C8, 41 and 76. RGB value is (200,65,118). Sum of RGB (Red+Green+Blue) = 200+65+118=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84176 is #37BE89. Grayscale: #6F6F6F. Windows color (decimal): -3653258 or 7750088. OLE color: 7750088.
HSL color Cylindrical-coordinate representation of color #C84176: hue angle of 336.44º 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 #C84176 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 118 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.22 |
| HSL | 336.44º | 0.55% | 0.52% | - |
| HSV(B) | 336.44º | 0.68% | 0.78% | - |
| XYZ | 28.98 | 17.37 | 18.96 | - |
| YUV | 111.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 118 | 0 | 0.68 | 0.41 | 0.22 | 336.44 | 0.55 | 0.52 |
| Hex | C8 | 41 | 76 | 0 | 44 | 29 | 16 | 150 | 37 | 34 |
| Octal | 310 | 101 | 166 | 0 | 104 | 51 | 26 | 520 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1110110 | 0 | 1000100 | 101001 | 10110 | 101010000 | 110111 | 110100 |
Color Harmonies of #C84176
Complementary color
Monochromatic Colors of #C84176
Black with #C84176
Text Example
Text Example
White with #C84176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84176; }
p { color: rgb(200,65,118); }
H1.HeaderClassName
{
color: #C84176;
}
.AnyTagClassName
{
color: #C84176;
}
</style>
background-color css
<style>
a { background-color: #C84176; }
a { background-color: rgb(200,65,118); }
div.DivClassName
{
background-color: #C84176;
}
.BgClassName
{
background-color: #C84176;
}
</style>
border-color css
<style>
span { border-color: #C84176; }
span { border-color: rgb(200,65,118); }
td.TdClassName
{
border-color: #C84176;
}
.TagClassName
{
border-color: #C84176;
}
</style>