Shades of Royal Heath #C05278
Tints of Royal Heath #C05278
RGB
CMYK
RGB Variations
Color information
#C05278 (or 0xC05278) is known color: Royal Heath. HEX triplet: C0, 52 and 78. RGB value is (192,82,120). Sum of RGB (Red+Green+Blue) = 192+82+120=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05278 is #3FAD87. Grayscale: #777777. Windows color (decimal): -4173192 or 7885504. OLE color: 7885504.
HSL color Cylindrical-coordinate representation of color #C05278: hue angle of 339.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05278 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 120 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.25 |
| HSL | 339.27º | 0.47% | 0.54% | - |
| HSV(B) | 339.27º | 0.57% | 0.75% | - |
| XYZ | 28.15 | 18.6 | 19.88 | - |
| YUV | 119.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 120 | 0 | 0.57 | 0.38 | 0.25 | 339.27 | 0.47 | 0.54 |
| Hex | C0 | 52 | 78 | 0 | 39 | 26 | 19 | 153 | 2F | 36 |
| Octal | 300 | 122 | 170 | 0 | 71 | 46 | 31 | 523 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1111000 | 0 | 111001 | 100110 | 11001 | 101010011 | 101111 | 110110 |
Color Harmonies of #C05278
Complementary color
Monochromatic Colors of #C05278
Black with #C05278
Text Example
Text Example
White with #C05278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05278; }
p { color: rgb(192,82,120); }
H1.HeaderClassName
{
color: #C05278;
}
.AnyTagClassName
{
color: #C05278;
}
</style>
background-color css
<style>
a { background-color: #C05278; }
a { background-color: rgb(192,82,120); }
div.DivClassName
{
background-color: #C05278;
}
.BgClassName
{
background-color: #C05278;
}
</style>
border-color css
<style>
span { border-color: #C05278; }
span { border-color: rgb(192,82,120); }
td.TdClassName
{
border-color: #C05278;
}
.TagClassName
{
border-color: #C05278;
}
</style>