Shades of Royal Heath #C4376C
Tints of Royal Heath #C4376C
RGB
CMYK
RGB Variations
Color information
#C4376C (or 0xC4376C) is known color: Royal Heath. HEX triplet: C4, 37 and 6C. RGB value is (196,55,108). Sum of RGB (Red+Green+Blue) = 196+55+108=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4376C is #3BC893. Grayscale: #676767. Windows color (decimal): -3917972 or 7092164. OLE color: 7092164.
HSL color Cylindrical-coordinate representation of color #C4376C: hue angle of 337.45º 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 #C4376C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 108 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.23 |
| HSL | 337.45º | 0.56% | 0.49% | - |
| HSV(B) | 337.45º | 0.72% | 0.77% | - |
| XYZ | 26.84 | 15.55 | 15.77 | - |
| YUV | 103.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 108 | 0 | 0.72 | 0.45 | 0.23 | 337.45 | 0.56 | 0.49 |
| Hex | C4 | 37 | 6C | 0 | 48 | 2D | 17 | 151 | 38 | 31 |
| Octal | 304 | 67 | 154 | 0 | 110 | 55 | 27 | 521 | 70 | 61 |
| Binary | 11000100 | 110111 | 1101100 | 0 | 1001000 | 101101 | 10111 | 101010001 | 111000 | 110001 |
Color Harmonies of #C4376C
Complementary color
Monochromatic Colors of #C4376C
Black with #C4376C
Text Example
Text Example
White with #C4376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4376C; }
p { color: rgb(196,55,108); }
H1.HeaderClassName
{
color: #C4376C;
}
.AnyTagClassName
{
color: #C4376C;
}
</style>
background-color css
<style>
a { background-color: #C4376C; }
a { background-color: rgb(196,55,108); }
div.DivClassName
{
background-color: #C4376C;
}
.BgClassName
{
background-color: #C4376C;
}
</style>
border-color css
<style>
span { border-color: #C4376C; }
span { border-color: rgb(196,55,108); }
td.TdClassName
{
border-color: #C4376C;
}
.TagClassName
{
border-color: #C4376C;
}
</style>