Shades of Royal Heath #C04875
Tints of Royal Heath #C04875
RGB
CMYK
RGB Variations
Color information
#C04875 (or 0xC04875) is known color: Royal Heath. HEX triplet: C0, 48 and 75. RGB value is (192,72,117). Sum of RGB (Red+Green+Blue) = 192+72+117=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04875 is #3FB78A. Grayscale: #707070. Windows color (decimal): -4175755 or 7686336. OLE color: 7686336.
HSL color Cylindrical-coordinate representation of color #C04875: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04875 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 117 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.25 |
| HSL | 337.5º | 0.49% | 0.52% | - |
| HSV(B) | 337.5º | 0.63% | 0.75% | - |
| XYZ | 27.27 | 17.13 | 18.7 | - |
| YUV | 113.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 117 | 0 | 0.63 | 0.39 | 0.25 | 337.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 75 | 0 | 3F | 27 | 19 | 152 | 31 | 34 |
| Octal | 300 | 110 | 165 | 0 | 77 | 47 | 31 | 522 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1110101 | 0 | 111111 | 100111 | 11001 | 101010010 | 110001 | 110100 |
Color Harmonies of #C04875
Complementary color
Monochromatic Colors of #C04875
Black with #C04875
Text Example
Text Example
White with #C04875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04875; }
p { color: rgb(192,72,117); }
H1.HeaderClassName
{
color: #C04875;
}
.AnyTagClassName
{
color: #C04875;
}
</style>
background-color css
<style>
a { background-color: #C04875; }
a { background-color: rgb(192,72,117); }
div.DivClassName
{
background-color: #C04875;
}
.BgClassName
{
background-color: #C04875;
}
</style>
border-color css
<style>
span { border-color: #C04875; }
span { border-color: rgb(192,72,117); }
td.TdClassName
{
border-color: #C04875;
}
.TagClassName
{
border-color: #C04875;
}
</style>