Shades of Royal Heath #C04F7B
Tints of Royal Heath #C04F7B
RGB
CMYK
RGB Variations
Color information
#C04F7B (or 0xC04F7B) is known color: Royal Heath. HEX triplet: C0, 4F and 7B. RGB value is (192,79,123). Sum of RGB (Red+Green+Blue) = 192+79+123=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F7B is #3FB084. Grayscale: #757575. Windows color (decimal): -4173957 or 8081344. OLE color: 8081344.
HSL color Cylindrical-coordinate representation of color #C04F7B: hue angle of 336.64º 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 #C04F7B is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 123 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.25 |
| HSL | 336.64º | 0.47% | 0.53% | - |
| HSV(B) | 336.64º | 0.59% | 0.75% | - |
| XYZ | 28.11 | 18.23 | 20.78 | - |
| YUV | 117.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 123 | 0 | 0.59 | 0.36 | 0.25 | 336.64 | 0.47 | 0.53 |
| Hex | C0 | 4F | 7B | 0 | 3B | 24 | 19 | 151 | 2F | 35 |
| Octal | 300 | 117 | 173 | 0 | 73 | 44 | 31 | 521 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1111011 | 0 | 111011 | 100100 | 11001 | 101010001 | 101111 | 110101 |
Color Harmonies of #C04F7B
Complementary color
Monochromatic Colors of #C04F7B
Black with #C04F7B
Text Example
Text Example
White with #C04F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F7B; }
p { color: rgb(192,79,123); }
H1.HeaderClassName
{
color: #C04F7B;
}
.AnyTagClassName
{
color: #C04F7B;
}
</style>
background-color css
<style>
a { background-color: #C04F7B; }
a { background-color: rgb(192,79,123); }
div.DivClassName
{
background-color: #C04F7B;
}
.BgClassName
{
background-color: #C04F7B;
}
</style>
border-color css
<style>
span { border-color: #C04F7B; }
span { border-color: rgb(192,79,123); }
td.TdClassName
{
border-color: #C04F7B;
}
.TagClassName
{
border-color: #C04F7B;
}
</style>