Shades of Royal Heath #C5376D
Tints of Royal Heath #C5376D
RGB
CMYK
RGB Variations
Color information
#C5376D (or 0xC5376D) is known color: Royal Heath. HEX triplet: C5, 37 and 6D. RGB value is (197,55,109). Sum of RGB (Red+Green+Blue) = 197+55+109=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5376D is #3AC892. Grayscale: #676767. Windows color (decimal): -3852435 or 7157701. OLE color: 7157701.
HSL color Cylindrical-coordinate representation of color #C5376D: hue angle of 337.18º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5376D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 109 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.23 |
| HSL | 337.18º | 0.56% | 0.49% | - |
| HSV(B) | 337.18º | 0.72% | 0.77% | - |
| XYZ | 27.15 | 15.71 | 16.07 | - |
| YUV | 103.61 | 131.04 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 109 | 0 | 0.72 | 0.45 | 0.23 | 337.18 | 0.56 | 0.49 |
| Hex | C5 | 37 | 6D | 0 | 48 | 2D | 17 | 151 | 38 | 31 |
| Octal | 305 | 67 | 155 | 0 | 110 | 55 | 27 | 521 | 70 | 61 |
| Binary | 11000101 | 110111 | 1101101 | 0 | 1001000 | 101101 | 10111 | 101010001 | 111000 | 110001 |
Color Harmonies of #C5376D
Complementary color
Monochromatic Colors of #C5376D
Black with #C5376D
Text Example
Text Example
White with #C5376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5376D; }
p { color: rgb(197,55,109); }
H1.HeaderClassName
{
color: #C5376D;
}
.AnyTagClassName
{
color: #C5376D;
}
</style>
background-color css
<style>
a { background-color: #C5376D; }
a { background-color: rgb(197,55,109); }
div.DivClassName
{
background-color: #C5376D;
}
.BgClassName
{
background-color: #C5376D;
}
</style>
border-color css
<style>
span { border-color: #C5376D; }
span { border-color: rgb(197,55,109); }
td.TdClassName
{
border-color: #C5376D;
}
.TagClassName
{
border-color: #C5376D;
}
</style>