Shades of Royal Heath #C04F70
Tints of Royal Heath #C04F70
RGB
CMYK
RGB Variations
Color information
#C04F70 (or 0xC04F70) is known color: Royal Heath. HEX triplet: C0, 4F and 70. RGB value is (192,79,112). Sum of RGB (Red+Green+Blue) = 192+79+112=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F70 is #3FB08F. Grayscale: #747474. Windows color (decimal): -4173968 or 7360448. OLE color: 7360448.
HSL color Cylindrical-coordinate representation of color #C04F70: hue angle of 342.48º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F70 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 112 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.25 |
| HSL | 342.48º | 0.47% | 0.53% | - |
| HSV(B) | 342.48º | 0.59% | 0.75% | - |
| XYZ | 27.46 | 17.97 | 17.35 | - |
| YUV | 116.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 112 | 0 | 0.59 | 0.42 | 0.25 | 342.48 | 0.47 | 0.53 |
| Hex | C0 | 4F | 70 | 0 | 3B | 2A | 19 | 156 | 2F | 35 |
| Octal | 300 | 117 | 160 | 0 | 73 | 52 | 31 | 526 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1110000 | 0 | 111011 | 101010 | 11001 | 101010110 | 101111 | 110101 |
Color Harmonies of #C04F70
Complementary color
Monochromatic Colors of #C04F70
Black with #C04F70
Text Example
Text Example
White with #C04F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F70; }
p { color: rgb(192,79,112); }
H1.HeaderClassName
{
color: #C04F70;
}
.AnyTagClassName
{
color: #C04F70;
}
</style>
background-color css
<style>
a { background-color: #C04F70; }
a { background-color: rgb(192,79,112); }
div.DivClassName
{
background-color: #C04F70;
}
.BgClassName
{
background-color: #C04F70;
}
</style>
border-color css
<style>
span { border-color: #C04F70; }
span { border-color: rgb(192,79,112); }
td.TdClassName
{
border-color: #C04F70;
}
.TagClassName
{
border-color: #C04F70;
}
</style>