Shades of Royal Heath #C04C6F
Tints of Royal Heath #C04C6F
RGB
CMYK
RGB Variations
Color information
#C04C6F (or 0xC04C6F) is known color: Royal Heath. HEX triplet: C0, 4C and 6F. RGB value is (192,76,111). Sum of RGB (Red+Green+Blue) = 192+76+111=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C6F is #3FB390. Grayscale: #727272. Windows color (decimal): -4174737 or 7294144. OLE color: 7294144.
HSL color Cylindrical-coordinate representation of color #C04C6F: hue angle of 341.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C6F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 111 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.25 |
| HSL | 341.9º | 0.48% | 0.53% | - |
| HSV(B) | 341.9º | 0.6% | 0.75% | - |
| XYZ | 27.19 | 17.52 | 16.99 | - |
| YUV | 114.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 111 | 0 | 0.60 | 0.42 | 0.25 | 341.9 | 0.48 | 0.53 |
| Hex | C0 | 4C | 6F | 0 | 3C | 2A | 19 | 156 | 30 | 35 |
| Octal | 300 | 114 | 157 | 0 | 74 | 52 | 31 | 526 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1101111 | 0 | 111100 | 101010 | 11001 | 101010110 | 110000 | 110101 |
Color Harmonies of #C04C6F
Complementary color
Monochromatic Colors of #C04C6F
Black with #C04C6F
Text Example
Text Example
White with #C04C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C6F; }
p { color: rgb(192,76,111); }
H1.HeaderClassName
{
color: #C04C6F;
}
.AnyTagClassName
{
color: #C04C6F;
}
</style>
background-color css
<style>
a { background-color: #C04C6F; }
a { background-color: rgb(192,76,111); }
div.DivClassName
{
background-color: #C04C6F;
}
.BgClassName
{
background-color: #C04C6F;
}
</style>
border-color css
<style>
span { border-color: #C04C6F; }
span { border-color: rgb(192,76,111); }
td.TdClassName
{
border-color: #C04C6F;
}
.TagClassName
{
border-color: #C04C6F;
}
</style>