Shades of Royal Heath #C2376E
Tints of Royal Heath #C2376E
RGB
CMYK
RGB Variations
Color information
#C2376E (or 0xC2376E) is known color: Royal Heath. HEX triplet: C2, 37 and 6E. RGB value is (194,55,110). Sum of RGB (Red+Green+Blue) = 194+55+110=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2376E is #3DC891. Grayscale: #666666. Windows color (decimal): -4049042 or 7223234. OLE color: 7223234.
HSL color Cylindrical-coordinate representation of color #C2376E: hue angle of 336.26º 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 #C2376E is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 110 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.24 |
| HSL | 336.26º | 0.56% | 0.49% | - |
| HSV(B) | 336.26º | 0.72% | 0.76% | - |
| XYZ | 26.43 | 15.33 | 16.32 | - |
| YUV | 102.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 110 | 0 | 0.72 | 0.43 | 0.24 | 336.26 | 0.56 | 0.49 |
| Hex | C2 | 37 | 6E | 0 | 48 | 2B | 18 | 150 | 38 | 31 |
| Octal | 302 | 67 | 156 | 0 | 110 | 53 | 30 | 520 | 70 | 61 |
| Binary | 11000010 | 110111 | 1101110 | 0 | 1001000 | 101011 | 11000 | 101010000 | 111000 | 110001 |
Color Harmonies of #C2376E
Complementary color
Monochromatic Colors of #C2376E
Black with #C2376E
Text Example
Text Example
White with #C2376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2376E; }
p { color: rgb(194,55,110); }
H1.HeaderClassName
{
color: #C2376E;
}
.AnyTagClassName
{
color: #C2376E;
}
</style>
background-color css
<style>
a { background-color: #C2376E; }
a { background-color: rgb(194,55,110); }
div.DivClassName
{
background-color: #C2376E;
}
.BgClassName
{
background-color: #C2376E;
}
</style>
border-color css
<style>
span { border-color: #C2376E; }
span { border-color: rgb(194,55,110); }
td.TdClassName
{
border-color: #C2376E;
}
.TagClassName
{
border-color: #C2376E;
}
</style>