Shades of Royal Heath #C0376D
Tints of Royal Heath #C0376D
RGB
CMYK
RGB Variations
Color information
#C0376D (or 0xC0376D) is known color: Royal Heath. HEX triplet: C0, 37 and 6D. RGB value is (192,55,109). Sum of RGB (Red+Green+Blue) = 192+55+109=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376D is #3FC892. Grayscale: #666666. Windows color (decimal): -4180115 or 7157696. OLE color: 7157696.
HSL color Cylindrical-coordinate representation of color #C0376D: hue angle of 336.35º 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 #C0376D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 109 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.25 |
| HSL | 336.35º | 0.55% | 0.48% | - |
| HSV(B) | 336.35º | 0.71% | 0.75% | - |
| XYZ | 25.86 | 15.04 | 16.01 | - |
| YUV | 102.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 109 | 0 | 0.71 | 0.43 | 0.25 | 336.35 | 0.55 | 0.48 |
| Hex | C0 | 37 | 6D | 0 | 47 | 2B | 19 | 150 | 37 | 30 |
| Octal | 300 | 67 | 155 | 0 | 107 | 53 | 31 | 520 | 67 | 60 |
| Binary | 11000000 | 110111 | 1101101 | 0 | 1000111 | 101011 | 11001 | 101010000 | 110111 | 110000 |
Color Harmonies of #C0376D
Complementary color
Monochromatic Colors of #C0376D
Black with #C0376D
Text Example
Text Example
White with #C0376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0376D; }
p { color: rgb(192,55,109); }
H1.HeaderClassName
{
color: #C0376D;
}
.AnyTagClassName
{
color: #C0376D;
}
</style>
background-color css
<style>
a { background-color: #C0376D; }
a { background-color: rgb(192,55,109); }
div.DivClassName
{
background-color: #C0376D;
}
.BgClassName
{
background-color: #C0376D;
}
</style>
border-color css
<style>
span { border-color: #C0376D; }
span { border-color: rgb(192,55,109); }
td.TdClassName
{
border-color: #C0376D;
}
.TagClassName
{
border-color: #C0376D;
}
</style>