Shades of Royal Heath #C04779
Tints of Royal Heath #C04779
RGB
CMYK
RGB Variations
Color information
#C04779 (or 0xC04779) is known color: Royal Heath. HEX triplet: C0, 47 and 79. RGB value is (192,71,121). Sum of RGB (Red+Green+Blue) = 192+71+121=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04779 is #3FB886. Grayscale: #707070. Windows color (decimal): -4176007 or 7948224. OLE color: 7948224.
HSL color Cylindrical-coordinate representation of color #C04779: hue angle of 335.21º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04779 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 121 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.25 |
| HSL | 335.21º | 0.49% | 0.52% | - |
| HSV(B) | 335.21º | 0.63% | 0.75% | - |
| XYZ | 27.44 | 17.09 | 19.94 | - |
| YUV | 112.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 121 | 0 | 0.63 | 0.37 | 0.25 | 335.21 | 0.49 | 0.52 |
| Hex | C0 | 47 | 79 | 0 | 3F | 25 | 19 | 14F | 31 | 34 |
| Octal | 300 | 107 | 171 | 0 | 77 | 45 | 31 | 517 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1111001 | 0 | 111111 | 100101 | 11001 | 101001111 | 110001 | 110100 |
Color Harmonies of #C04779
Complementary color
Monochromatic Colors of #C04779
Black with #C04779
Text Example
Text Example
White with #C04779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04779; }
p { color: rgb(192,71,121); }
H1.HeaderClassName
{
color: #C04779;
}
.AnyTagClassName
{
color: #C04779;
}
</style>
background-color css
<style>
a { background-color: #C04779; }
a { background-color: rgb(192,71,121); }
div.DivClassName
{
background-color: #C04779;
}
.BgClassName
{
background-color: #C04779;
}
</style>
border-color css
<style>
span { border-color: #C04779; }
span { border-color: rgb(192,71,121); }
td.TdClassName
{
border-color: #C04779;
}
.TagClassName
{
border-color: #C04779;
}
</style>