Shades of Royal Heath #C05474
Tints of Royal Heath #C05474
RGB
CMYK
RGB Variations
Color information
#C05474 (or 0xC05474) is known color: Royal Heath. HEX triplet: C0, 54 and 74. RGB value is (192,84,116). Sum of RGB (Red+Green+Blue) = 192+84+116=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05474 is #3FAB8B. Grayscale: #777777. Windows color (decimal): -4172684 or 7623872. OLE color: 7623872.
HSL color Cylindrical-coordinate representation of color #C05474: hue angle of 342.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05474 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 116 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.25 |
| HSL | 342.22º | 0.46% | 0.54% | - |
| HSV(B) | 342.22º | 0.56% | 0.75% | - |
| XYZ | 28.06 | 18.81 | 18.67 | - |
| YUV | 119.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 116 | 0 | 0.56 | 0.40 | 0.25 | 342.22 | 0.46 | 0.54 |
| Hex | C0 | 54 | 74 | 0 | 38 | 28 | 19 | 156 | 2E | 36 |
| Octal | 300 | 124 | 164 | 0 | 70 | 50 | 31 | 526 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1110100 | 0 | 111000 | 101000 | 11001 | 101010110 | 101110 | 110110 |
Color Harmonies of #C05474
Complementary color
Monochromatic Colors of #C05474
Black with #C05474
Text Example
Text Example
White with #C05474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05474; }
p { color: rgb(192,84,116); }
H1.HeaderClassName
{
color: #C05474;
}
.AnyTagClassName
{
color: #C05474;
}
</style>
background-color css
<style>
a { background-color: #C05474; }
a { background-color: rgb(192,84,116); }
div.DivClassName
{
background-color: #C05474;
}
.BgClassName
{
background-color: #C05474;
}
</style>
border-color css
<style>
span { border-color: #C05474; }
span { border-color: rgb(192,84,116); }
td.TdClassName
{
border-color: #C05474;
}
.TagClassName
{
border-color: #C05474;
}
</style>