Shades of Royal Heath #C04B7A
Tints of Royal Heath #C04B7A
RGB
CMYK
RGB Variations
Color information
#C04B7A (or 0xC04B7A) is known color: Royal Heath. HEX triplet: C0, 4B and 7A. RGB value is (192,75,122). Sum of RGB (Red+Green+Blue) = 192+75+122=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B7A is #3FB485. Grayscale: #737373. Windows color (decimal): -4174982 or 8014784. OLE color: 8014784.
HSL color Cylindrical-coordinate representation of color #C04B7A: hue angle of 335.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B7A is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 122 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.25 |
| HSL | 335.9º | 0.48% | 0.52% | - |
| HSV(B) | 335.9º | 0.61% | 0.75% | - |
| XYZ | 27.77 | 17.64 | 20.35 | - |
| YUV | 115.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 122 | 0 | 0.61 | 0.36 | 0.25 | 335.9 | 0.48 | 0.52 |
| Hex | C0 | 4B | 7A | 0 | 3D | 24 | 19 | 150 | 30 | 34 |
| Octal | 300 | 113 | 172 | 0 | 75 | 44 | 31 | 520 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1111010 | 0 | 111101 | 100100 | 11001 | 101010000 | 110000 | 110100 |
Color Harmonies of #C04B7A
Complementary color
Monochromatic Colors of #C04B7A
Black with #C04B7A
Text Example
Text Example
White with #C04B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B7A; }
p { color: rgb(192,75,122); }
H1.HeaderClassName
{
color: #C04B7A;
}
.AnyTagClassName
{
color: #C04B7A;
}
</style>
background-color css
<style>
a { background-color: #C04B7A; }
a { background-color: rgb(192,75,122); }
div.DivClassName
{
background-color: #C04B7A;
}
.BgClassName
{
background-color: #C04B7A;
}
</style>
border-color css
<style>
span { border-color: #C04B7A; }
span { border-color: rgb(192,75,122); }
td.TdClassName
{
border-color: #C04B7A;
}
.TagClassName
{
border-color: #C04B7A;
}
</style>