Shades of Royal Heath #C03769
Tints of Royal Heath #C03769
RGB
CMYK
RGB Variations
Color information
#C03769 (or 0xC03769) is known color: Royal Heath. HEX triplet: C0, 37 and 69. RGB value is (192,55,105). Sum of RGB (Red+Green+Blue) = 192+55+105=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C03769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03769 is #3FC896. Grayscale: #656565. Windows color (decimal): -4180119 or 6895552. OLE color: 6895552.
HSL color Cylindrical-coordinate representation of color #C03769: hue angle of 338.1º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03769 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 105 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.25 |
| HSL | 338.1º | 0.55% | 0.48% | - |
| HSV(B) | 338.1º | 0.71% | 0.75% | - |
| XYZ | 25.65 | 14.96 | 14.9 | - |
| YUV | 101.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 105 | 0 | 0.71 | 0.45 | 0.25 | 338.1 | 0.55 | 0.48 |
| Hex | C0 | 37 | 69 | 0 | 47 | 2D | 19 | 152 | 37 | 30 |
| Octal | 300 | 67 | 151 | 0 | 107 | 55 | 31 | 522 | 67 | 60 |
| Binary | 11000000 | 110111 | 1101001 | 0 | 1000111 | 101101 | 11001 | 101010010 | 110111 | 110000 |
Color Harmonies of #C03769
Complementary color
Monochromatic Colors of #C03769
Black with #C03769
Text Example
Text Example
White with #C03769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03769; }
p { color: rgb(192,55,105); }
H1.HeaderClassName
{
color: #C03769;
}
.AnyTagClassName
{
color: #C03769;
}
</style>
background-color css
<style>
a { background-color: #C03769; }
a { background-color: rgb(192,55,105); }
div.DivClassName
{
background-color: #C03769;
}
.BgClassName
{
background-color: #C03769;
}
</style>
border-color css
<style>
span { border-color: #C03769; }
span { border-color: rgb(192,55,105); }
td.TdClassName
{
border-color: #C03769;
}
.TagClassName
{
border-color: #C03769;
}
</style>