Shades of Royal Heath #C2376D
Tints of Royal Heath #C2376D
RGB
CMYK
RGB Variations
Color information
#C2376D (or 0xC2376D) is known color: Royal Heath. HEX triplet: C2, 37 and 6D. RGB value is (194,55,109). Sum of RGB (Red+Green+Blue) = 194+55+109=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2376D is #3DC892. Grayscale: #666666. Windows color (decimal): -4049043 or 7157698. OLE color: 7157698.
HSL color Cylindrical-coordinate representation of color #C2376D: hue angle of 336.69º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2376D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 109 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.24 |
| HSL | 336.69º | 0.56% | 0.49% | - |
| HSV(B) | 336.69º | 0.72% | 0.76% | - |
| XYZ | 26.37 | 15.31 | 16.03 | - |
| YUV | 102.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 109 | 0 | 0.72 | 0.44 | 0.24 | 336.69 | 0.56 | 0.49 |
| Hex | C2 | 37 | 6D | 0 | 48 | 2C | 18 | 151 | 38 | 31 |
| Octal | 302 | 67 | 155 | 0 | 110 | 54 | 30 | 521 | 70 | 61 |
| Binary | 11000010 | 110111 | 1101101 | 0 | 1001000 | 101100 | 11000 | 101010001 | 111000 | 110001 |
Color Harmonies of #C2376D
Complementary color
Monochromatic Colors of #C2376D
Black with #C2376D
Text Example
Text Example
White with #C2376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2376D; }
p { color: rgb(194,55,109); }
H1.HeaderClassName
{
color: #C2376D;
}
.AnyTagClassName
{
color: #C2376D;
}
</style>
background-color css
<style>
a { background-color: #C2376D; }
a { background-color: rgb(194,55,109); }
div.DivClassName
{
background-color: #C2376D;
}
.BgClassName
{
background-color: #C2376D;
}
</style>
border-color css
<style>
span { border-color: #C2376D; }
span { border-color: rgb(194,55,109); }
td.TdClassName
{
border-color: #C2376D;
}
.TagClassName
{
border-color: #C2376D;
}
</style>