Shades of Royal Heath #C04B7D
Tints of Royal Heath #C04B7D
RGB
CMYK
RGB Variations
Color information
#C04B7D (or 0xC04B7D) is known color: Royal Heath. HEX triplet: C0, 4B and 7D. RGB value is (192,75,125). Sum of RGB (Red+Green+Blue) = 192+75+125=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B7D is #3FB482. Grayscale: #737373. Windows color (decimal): -4174979 or 8211392. OLE color: 8211392.
HSL color Cylindrical-coordinate representation of color #C04B7D: hue angle of 334.36º 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 #C04B7D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 125 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.25 |
| HSL | 334.36º | 0.48% | 0.52% | - |
| HSV(B) | 334.36º | 0.61% | 0.75% | - |
| XYZ | 27.96 | 17.72 | 21.35 | - |
| YUV | 115.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 125 | 0 | 0.61 | 0.35 | 0.25 | 334.36 | 0.48 | 0.52 |
| Hex | C0 | 4B | 7D | 0 | 3D | 23 | 19 | 14E | 30 | 34 |
| Octal | 300 | 113 | 175 | 0 | 75 | 43 | 31 | 516 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1111101 | 0 | 111101 | 100011 | 11001 | 101001110 | 110000 | 110100 |
Color Harmonies of #C04B7D
Complementary color
Monochromatic Colors of #C04B7D
Black with #C04B7D
Text Example
Text Example
White with #C04B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B7D; }
p { color: rgb(192,75,125); }
H1.HeaderClassName
{
color: #C04B7D;
}
.AnyTagClassName
{
color: #C04B7D;
}
</style>
background-color css
<style>
a { background-color: #C04B7D; }
a { background-color: rgb(192,75,125); }
div.DivClassName
{
background-color: #C04B7D;
}
.BgClassName
{
background-color: #C04B7D;
}
</style>
border-color css
<style>
span { border-color: #C04B7D; }
span { border-color: rgb(192,75,125); }
td.TdClassName
{
border-color: #C04B7D;
}
.TagClassName
{
border-color: #C04B7D;
}
</style>