Shades of Royal Heath #C03B77
Tints of Royal Heath #C03B77
RGB
CMYK
RGB Variations
Color information
#C03B77 (or 0xC03B77) is known color: Royal Heath. HEX triplet: C0, 3B and 77. RGB value is (192,59,119). Sum of RGB (Red+Green+Blue) = 192+59+119=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B77 is #3FC488. Grayscale: #696969. Windows color (decimal): -4179081 or 7814080. OLE color: 7814080.
HSL color Cylindrical-coordinate representation of color #C03B77: hue angle of 332.93º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B77 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 119 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.25 |
| HSL | 332.93º | 0.53% | 0.49% | - |
| HSV(B) | 332.93º | 0.69% | 0.75% | - |
| XYZ | 26.63 | 15.67 | 19.07 | - |
| YUV | 105.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 119 | 0 | 0.69 | 0.38 | 0.25 | 332.93 | 0.53 | 0.49 |
| Hex | C0 | 3B | 77 | 0 | 45 | 26 | 19 | 14D | 35 | 31 |
| Octal | 300 | 73 | 167 | 0 | 105 | 46 | 31 | 515 | 65 | 61 |
| Binary | 11000000 | 111011 | 1110111 | 0 | 1000101 | 100110 | 11001 | 101001101 | 110101 | 110001 |
Color Harmonies of #C03B77
Complementary color
Monochromatic Colors of #C03B77
Black with #C03B77
Text Example
Text Example
White with #C03B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B77; }
p { color: rgb(192,59,119); }
H1.HeaderClassName
{
color: #C03B77;
}
.AnyTagClassName
{
color: #C03B77;
}
</style>
background-color css
<style>
a { background-color: #C03B77; }
a { background-color: rgb(192,59,119); }
div.DivClassName
{
background-color: #C03B77;
}
.BgClassName
{
background-color: #C03B77;
}
</style>
border-color css
<style>
span { border-color: #C03B77; }
span { border-color: rgb(192,59,119); }
td.TdClassName
{
border-color: #C03B77;
}
.TagClassName
{
border-color: #C03B77;
}
</style>