Shades of Royal Heath #C04072
Tints of Royal Heath #C04072
RGB
CMYK
RGB Variations
Color information
#C04072 (or 0xC04072) is known color: Royal Heath. HEX triplet: C0, 40 and 72. RGB value is (192,64,114). Sum of RGB (Red+Green+Blue) = 192+64+114=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C04072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04072 is #3FBF8D. Grayscale: #6B6B6B. Windows color (decimal): -4177806 or 7487680. OLE color: 7487680.
HSL color Cylindrical-coordinate representation of color #C04072: hue angle of 336.56º 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 #C04072 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 114 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.25 |
| HSL | 336.56º | 0.5% | 0.5% | - |
| HSV(B) | 336.56º | 0.67% | 0.75% | - |
| XYZ | 26.61 | 16.09 | 17.62 | - |
| YUV | 107.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 114 | 0 | 0.67 | 0.41 | 0.25 | 336.56 | 0.5 | 0.5 |
| Hex | C0 | 40 | 72 | 0 | 43 | 29 | 19 | 151 | 32 | 32 |
| Octal | 300 | 100 | 162 | 0 | 103 | 51 | 31 | 521 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1110010 | 0 | 1000011 | 101001 | 11001 | 101010001 | 110010 | 110010 |
Color Harmonies of #C04072
Complementary color
Monochromatic Colors of #C04072
Black with #C04072
Text Example
Text Example
White with #C04072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04072; }
p { color: rgb(192,64,114); }
H1.HeaderClassName
{
color: #C04072;
}
.AnyTagClassName
{
color: #C04072;
}
</style>
background-color css
<style>
a { background-color: #C04072; }
a { background-color: rgb(192,64,114); }
div.DivClassName
{
background-color: #C04072;
}
.BgClassName
{
background-color: #C04072;
}
</style>
border-color css
<style>
span { border-color: #C04072; }
span { border-color: rgb(192,64,114); }
td.TdClassName
{
border-color: #C04072;
}
.TagClassName
{
border-color: #C04072;
}
</style>