Shades of Royal Heath #C5376C
Tints of Royal Heath #C5376C
RGB
CMYK
RGB Variations
Color information
#C5376C (or 0xC5376C) is known color: Royal Heath. HEX triplet: C5, 37 and 6C. RGB value is (197,55,108). Sum of RGB (Red+Green+Blue) = 197+55+108=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5376C is #3AC893. Grayscale: #676767. Windows color (decimal): -3852436 or 7092165. OLE color: 7092165.
HSL color Cylindrical-coordinate representation of color #C5376C: hue angle of 337.61º 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 #C5376C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 108 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.23 |
| HSL | 337.61º | 0.56% | 0.49% | - |
| HSV(B) | 337.61º | 0.72% | 0.77% | - |
| XYZ | 27.1 | 15.69 | 15.79 | - |
| YUV | 103.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 108 | 0 | 0.72 | 0.45 | 0.23 | 337.61 | 0.56 | 0.49 |
| Hex | C5 | 37 | 6C | 0 | 48 | 2D | 17 | 152 | 38 | 31 |
| Octal | 305 | 67 | 154 | 0 | 110 | 55 | 27 | 522 | 70 | 61 |
| Binary | 11000101 | 110111 | 1101100 | 0 | 1001000 | 101101 | 10111 | 101010010 | 111000 | 110001 |
Color Harmonies of #C5376C
Complementary color
Monochromatic Colors of #C5376C
Black with #C5376C
Text Example
Text Example
White with #C5376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5376C; }
p { color: rgb(197,55,108); }
H1.HeaderClassName
{
color: #C5376C;
}
.AnyTagClassName
{
color: #C5376C;
}
</style>
background-color css
<style>
a { background-color: #C5376C; }
a { background-color: rgb(197,55,108); }
div.DivClassName
{
background-color: #C5376C;
}
.BgClassName
{
background-color: #C5376C;
}
</style>
border-color css
<style>
span { border-color: #C5376C; }
span { border-color: rgb(197,55,108); }
td.TdClassName
{
border-color: #C5376C;
}
.TagClassName
{
border-color: #C5376C;
}
</style>