Shades of Royal Heath #C4376D
Tints of Royal Heath #C4376D
RGB
CMYK
RGB Variations
Color information
#C4376D (or 0xC4376D) is known color: Royal Heath. HEX triplet: C4, 37 and 6D. RGB value is (196,55,109). Sum of RGB (Red+Green+Blue) = 196+55+109=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4376D is #3BC892. Grayscale: #676767. Windows color (decimal): -3917971 or 7157700. OLE color: 7157700.
HSL color Cylindrical-coordinate representation of color #C4376D: hue angle of 337.02º 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 #C4376D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 109 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.23 |
| HSL | 337.02º | 0.56% | 0.49% | - |
| HSV(B) | 337.02º | 0.72% | 0.77% | - |
| XYZ | 26.89 | 15.57 | 16.06 | - |
| YUV | 103.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 109 | 0 | 0.72 | 0.44 | 0.23 | 337.02 | 0.56 | 0.49 |
| Hex | C4 | 37 | 6D | 0 | 48 | 2C | 17 | 151 | 38 | 31 |
| Octal | 304 | 67 | 155 | 0 | 110 | 54 | 27 | 521 | 70 | 61 |
| Binary | 11000100 | 110111 | 1101101 | 0 | 1001000 | 101100 | 10111 | 101010001 | 111000 | 110001 |
Color Harmonies of #C4376D
Complementary color
Monochromatic Colors of #C4376D
Black with #C4376D
Text Example
Text Example
White with #C4376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4376D; }
p { color: rgb(196,55,109); }
H1.HeaderClassName
{
color: #C4376D;
}
.AnyTagClassName
{
color: #C4376D;
}
</style>
background-color css
<style>
a { background-color: #C4376D; }
a { background-color: rgb(196,55,109); }
div.DivClassName
{
background-color: #C4376D;
}
.BgClassName
{
background-color: #C4376D;
}
</style>
border-color css
<style>
span { border-color: #C4376D; }
span { border-color: rgb(196,55,109); }
td.TdClassName
{
border-color: #C4376D;
}
.TagClassName
{
border-color: #C4376D;
}
</style>