Shades of Royal Heath #C04076
Tints of Royal Heath #C04076
RGB
CMYK
RGB Variations
Color information
#C04076 (or 0xC04076) is known color: Royal Heath. HEX triplet: C0, 40 and 76. RGB value is (192,64,118). Sum of RGB (Red+Green+Blue) = 192+64+118=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C04076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04076 is #3FBF89. Grayscale: #6C6C6C. Windows color (decimal): -4177802 or 7749824. OLE color: 7749824.
HSL color Cylindrical-coordinate representation of color #C04076: hue angle of 334.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04076 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 118 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.25 |
| HSL | 334.69º | 0.5% | 0.5% | - |
| HSV(B) | 334.69º | 0.67% | 0.75% | - |
| XYZ | 26.84 | 16.18 | 18.85 | - |
| YUV | 108.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 118 | 0 | 0.67 | 0.39 | 0.25 | 334.69 | 0.5 | 0.5 |
| Hex | C0 | 40 | 76 | 0 | 43 | 27 | 19 | 14F | 32 | 32 |
| Octal | 300 | 100 | 166 | 0 | 103 | 47 | 31 | 517 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1110110 | 0 | 1000011 | 100111 | 11001 | 101001111 | 110010 | 110010 |
Color Harmonies of #C04076
Complementary color
Monochromatic Colors of #C04076
Black with #C04076
Text Example
Text Example
White with #C04076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04076; }
p { color: rgb(192,64,118); }
H1.HeaderClassName
{
color: #C04076;
}
.AnyTagClassName
{
color: #C04076;
}
</style>
background-color css
<style>
a { background-color: #C04076; }
a { background-color: rgb(192,64,118); }
div.DivClassName
{
background-color: #C04076;
}
.BgClassName
{
background-color: #C04076;
}
</style>
border-color css
<style>
span { border-color: #C04076; }
span { border-color: rgb(192,64,118); }
td.TdClassName
{
border-color: #C04076;
}
.TagClassName
{
border-color: #C04076;
}
</style>