Shades of Royal Heath #C04C7B
Tints of Royal Heath #C04C7B
RGB
CMYK
RGB Variations
Color information
#C04C7B (or 0xC04C7B) is known color: Royal Heath. HEX triplet: C0, 4C and 7B. RGB value is (192,76,123). Sum of RGB (Red+Green+Blue) = 192+76+123=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C7B is #3FB384. Grayscale: #737373. Windows color (decimal): -4174725 or 8080576. OLE color: 8080576.
HSL color Cylindrical-coordinate representation of color #C04C7B: hue angle of 335.69º 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 #C04C7B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 123 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.25 |
| HSL | 335.69º | 0.48% | 0.53% | - |
| HSV(B) | 335.69º | 0.6% | 0.75% | - |
| XYZ | 27.9 | 17.81 | 20.71 | - |
| YUV | 116.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 123 | 0 | 0.60 | 0.36 | 0.25 | 335.69 | 0.48 | 0.53 |
| Hex | C0 | 4C | 7B | 0 | 3C | 24 | 19 | 150 | 30 | 35 |
| Octal | 300 | 114 | 173 | 0 | 74 | 44 | 31 | 520 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1111011 | 0 | 111100 | 100100 | 11001 | 101010000 | 110000 | 110101 |
Color Harmonies of #C04C7B
Complementary color
Monochromatic Colors of #C04C7B
Black with #C04C7B
Text Example
Text Example
White with #C04C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C7B; }
p { color: rgb(192,76,123); }
H1.HeaderClassName
{
color: #C04C7B;
}
.AnyTagClassName
{
color: #C04C7B;
}
</style>
background-color css
<style>
a { background-color: #C04C7B; }
a { background-color: rgb(192,76,123); }
div.DivClassName
{
background-color: #C04C7B;
}
.BgClassName
{
background-color: #C04C7B;
}
</style>
border-color css
<style>
span { border-color: #C04C7B; }
span { border-color: rgb(192,76,123); }
td.TdClassName
{
border-color: #C04C7B;
}
.TagClassName
{
border-color: #C04C7B;
}
</style>