Shades of Royal Heath #C2476E
Tints of Royal Heath #C2476E
RGB
CMYK
RGB Variations
Color information
#C2476E (or 0xC2476E) is known color: Royal Heath. HEX triplet: C2, 47 and 6E. RGB value is (194,71,110). Sum of RGB (Red+Green+Blue) = 194+71+110=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2476E is #3DB891. Grayscale: #707070. Windows color (decimal): -4044946 or 7227330. OLE color: 7227330.
HSL color Cylindrical-coordinate representation of color #C2476E: hue angle of 340.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2476E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 110 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.24 |
| HSL | 340.98º | 0.5% | 0.52% | - |
| HSV(B) | 340.98º | 0.63% | 0.76% | - |
| XYZ | 27.32 | 17.1 | 16.61 | - |
| YUV | 112.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 110 | 0 | 0.63 | 0.43 | 0.24 | 340.98 | 0.5 | 0.52 |
| Hex | C2 | 47 | 6E | 0 | 3F | 2B | 18 | 155 | 32 | 34 |
| Octal | 302 | 107 | 156 | 0 | 77 | 53 | 30 | 525 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1101110 | 0 | 111111 | 101011 | 11000 | 101010101 | 110010 | 110100 |
Color Harmonies of #C2476E
Complementary color
Monochromatic Colors of #C2476E
Black with #C2476E
Text Example
Text Example
White with #C2476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2476E; }
p { color: rgb(194,71,110); }
H1.HeaderClassName
{
color: #C2476E;
}
.AnyTagClassName
{
color: #C2476E;
}
</style>
background-color css
<style>
a { background-color: #C2476E; }
a { background-color: rgb(194,71,110); }
div.DivClassName
{
background-color: #C2476E;
}
.BgClassName
{
background-color: #C2476E;
}
</style>
border-color css
<style>
span { border-color: #C2476E; }
span { border-color: rgb(194,71,110); }
td.TdClassName
{
border-color: #C2476E;
}
.TagClassName
{
border-color: #C2476E;
}
</style>