Shades of Royal Heath #C04670
Tints of Royal Heath #C04670
RGB
CMYK
RGB Variations
Color information
#C04670 (or 0xC04670) is known color: Royal Heath. HEX triplet: C0, 46 and 70. RGB value is (192,70,112). Sum of RGB (Red+Green+Blue) = 192+70+112=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C04670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04670 is #3FB98F. Grayscale: #6F6F6F. Windows color (decimal): -4176272 or 7358144. OLE color: 7358144.
HSL color Cylindrical-coordinate representation of color #C04670: hue angle of 339.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04670 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 112 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.25 |
| HSL | 339.34º | 0.49% | 0.51% | - |
| HSV(B) | 339.34º | 0.64% | 0.75% | - |
| XYZ | 26.85 | 16.76 | 17.15 | - |
| YUV | 111.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 112 | 0 | 0.64 | 0.42 | 0.25 | 339.34 | 0.49 | 0.51 |
| Hex | C0 | 46 | 70 | 0 | 40 | 2A | 19 | 153 | 31 | 33 |
| Octal | 300 | 106 | 160 | 0 | 100 | 52 | 31 | 523 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1110000 | 0 | 1000000 | 101010 | 11001 | 101010011 | 110001 | 110011 |
Color Harmonies of #C04670
Complementary color
Monochromatic Colors of #C04670
Black with #C04670
Text Example
Text Example
White with #C04670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04670; }
p { color: rgb(192,70,112); }
H1.HeaderClassName
{
color: #C04670;
}
.AnyTagClassName
{
color: #C04670;
}
</style>
background-color css
<style>
a { background-color: #C04670; }
a { background-color: rgb(192,70,112); }
div.DivClassName
{
background-color: #C04670;
}
.BgClassName
{
background-color: #C04670;
}
</style>
border-color css
<style>
span { border-color: #C04670; }
span { border-color: rgb(192,70,112); }
td.TdClassName
{
border-color: #C04670;
}
.TagClassName
{
border-color: #C04670;
}
</style>