Shades of Royal Heath #C0376B
Tints of Royal Heath #C0376B
RGB
CMYK
RGB Variations
Color information
#C0376B (or 0xC0376B) is known color: Royal Heath. HEX triplet: C0, 37 and 6B. RGB value is (192,55,107). Sum of RGB (Red+Green+Blue) = 192+55+107=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376B is #3FC894. Grayscale: #656565. Windows color (decimal): -4180117 or 7026624. OLE color: 7026624.
HSL color Cylindrical-coordinate representation of color #C0376B: hue angle of 337.23º 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 #C0376B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 107 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.25 |
| HSL | 337.23º | 0.55% | 0.48% | - |
| HSV(B) | 337.23º | 0.71% | 0.75% | - |
| XYZ | 25.76 | 15 | 15.45 | - |
| YUV | 101.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 107 | 0 | 0.71 | 0.44 | 0.25 | 337.23 | 0.55 | 0.48 |
| Hex | C0 | 37 | 6B | 0 | 47 | 2C | 19 | 151 | 37 | 30 |
| Octal | 300 | 67 | 153 | 0 | 107 | 54 | 31 | 521 | 67 | 60 |
| Binary | 11000000 | 110111 | 1101011 | 0 | 1000111 | 101100 | 11001 | 101010001 | 110111 | 110000 |
Color Harmonies of #C0376B
Complementary color
Monochromatic Colors of #C0376B
Black with #C0376B
Text Example
Text Example
White with #C0376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0376B; }
p { color: rgb(192,55,107); }
H1.HeaderClassName
{
color: #C0376B;
}
.AnyTagClassName
{
color: #C0376B;
}
</style>
background-color css
<style>
a { background-color: #C0376B; }
a { background-color: rgb(192,55,107); }
div.DivClassName
{
background-color: #C0376B;
}
.BgClassName
{
background-color: #C0376B;
}
</style>
border-color css
<style>
span { border-color: #C0376B; }
span { border-color: rgb(192,55,107); }
td.TdClassName
{
border-color: #C0376B;
}
.TagClassName
{
border-color: #C0376B;
}
</style>