Shades of Royal Heath #C4376F
Tints of Royal Heath #C4376F
RGB
CMYK
RGB Variations
Color information
#C4376F (or 0xC4376F) is known color: Royal Heath. HEX triplet: C4, 37 and 6F. RGB value is (196,55,111). Sum of RGB (Red+Green+Blue) = 196+55+111=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4376F is #3BC890. Grayscale: #676767. Windows color (decimal): -3917969 or 7288772. OLE color: 7288772.
HSL color Cylindrical-coordinate representation of color #C4376F: hue angle of 336.17º 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 #C4376F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 111 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.23 |
| HSL | 336.17º | 0.56% | 0.49% | - |
| HSV(B) | 336.17º | 0.72% | 0.77% | - |
| XYZ | 27 | 15.62 | 16.63 | - |
| YUV | 103.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 111 | 0 | 0.72 | 0.43 | 0.23 | 336.17 | 0.56 | 0.49 |
| Hex | C4 | 37 | 6F | 0 | 48 | 2B | 17 | 150 | 38 | 31 |
| Octal | 304 | 67 | 157 | 0 | 110 | 53 | 27 | 520 | 70 | 61 |
| Binary | 11000100 | 110111 | 1101111 | 0 | 1001000 | 101011 | 10111 | 101010000 | 111000 | 110001 |
Color Harmonies of #C4376F
Complementary color
Monochromatic Colors of #C4376F
Black with #C4376F
Text Example
Text Example
White with #C4376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4376F; }
p { color: rgb(196,55,111); }
H1.HeaderClassName
{
color: #C4376F;
}
.AnyTagClassName
{
color: #C4376F;
}
</style>
background-color css
<style>
a { background-color: #C4376F; }
a { background-color: rgb(196,55,111); }
div.DivClassName
{
background-color: #C4376F;
}
.BgClassName
{
background-color: #C4376F;
}
</style>
border-color css
<style>
span { border-color: #C4376F; }
span { border-color: rgb(196,55,111); }
td.TdClassName
{
border-color: #C4376F;
}
.TagClassName
{
border-color: #C4376F;
}
</style>