Shades of Royal Heath #C03870
Tints of Royal Heath #C03870
RGB
CMYK
RGB Variations
Color information
#C03870 (or 0xC03870) is known color: Royal Heath. HEX triplet: C0, 38 and 70. RGB value is (192,56,112). Sum of RGB (Red+Green+Blue) = 192+56+112=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03870 is #3FC78F. Grayscale: #666666. Windows color (decimal): -4179856 or 7354560. OLE color: 7354560.
HSL color Cylindrical-coordinate representation of color #C03870: hue angle of 335.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03870 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 112 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.25 |
| HSL | 335.29º | 0.55% | 0.49% | - |
| HSV(B) | 335.29º | 0.71% | 0.75% | - |
| XYZ | 26.08 | 15.2 | 16.89 | - |
| YUV | 103.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 112 | 0 | 0.71 | 0.42 | 0.25 | 335.29 | 0.55 | 0.49 |
| Hex | C0 | 38 | 70 | 0 | 47 | 2A | 19 | 14F | 37 | 31 |
| Octal | 300 | 70 | 160 | 0 | 107 | 52 | 31 | 517 | 67 | 61 |
| Binary | 11000000 | 111000 | 1110000 | 0 | 1000111 | 101010 | 11001 | 101001111 | 110111 | 110001 |
Color Harmonies of #C03870
Complementary color
Monochromatic Colors of #C03870
Black with #C03870
Text Example
Text Example
White with #C03870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03870; }
p { color: rgb(192,56,112); }
H1.HeaderClassName
{
color: #C03870;
}
.AnyTagClassName
{
color: #C03870;
}
</style>
background-color css
<style>
a { background-color: #C03870; }
a { background-color: rgb(192,56,112); }
div.DivClassName
{
background-color: #C03870;
}
.BgClassName
{
background-color: #C03870;
}
</style>
border-color css
<style>
span { border-color: #C03870; }
span { border-color: rgb(192,56,112); }
td.TdClassName
{
border-color: #C03870;
}
.TagClassName
{
border-color: #C03870;
}
</style>