Shades of Royal Heath #C2416C
Tints of Royal Heath #C2416C
RGB
CMYK
RGB Variations
Color information
#C2416C (or 0xC2416C) is known color: Royal Heath. HEX triplet: C2, 41 and 6C. RGB value is (194,65,108). Sum of RGB (Red+Green+Blue) = 194+65+108=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2416C is #3DBE93. Grayscale: #6C6C6C. Windows color (decimal): -4046484 or 7094722. OLE color: 7094722.
HSL color Cylindrical-coordinate representation of color #C2416C: hue angle of 340º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2416C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 108 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.24 |
| HSL | 340º | 0.51% | 0.51% | - |
| HSV(B) | 340º | 0.66% | 0.76% | - |
| XYZ | 26.85 | 16.33 | 15.92 | - |
| YUV | 108.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 108 | 0 | 0.66 | 0.44 | 0.24 | 340 | 0.51 | 0.51 |
| Hex | C2 | 41 | 6C | 0 | 42 | 2C | 18 | 154 | 33 | 33 |
| Octal | 302 | 101 | 154 | 0 | 102 | 54 | 30 | 524 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1101100 | 0 | 1000010 | 101100 | 11000 | 101010100 | 110011 | 110011 |
Color Harmonies of #C2416C
Complementary color
Monochromatic Colors of #C2416C
Black with #C2416C
Text Example
Text Example
White with #C2416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2416C; }
p { color: rgb(194,65,108); }
H1.HeaderClassName
{
color: #C2416C;
}
.AnyTagClassName
{
color: #C2416C;
}
</style>
background-color css
<style>
a { background-color: #C2416C; }
a { background-color: rgb(194,65,108); }
div.DivClassName
{
background-color: #C2416C;
}
.BgClassName
{
background-color: #C2416C;
}
</style>
border-color css
<style>
span { border-color: #C2416C; }
span { border-color: rgb(194,65,108); }
td.TdClassName
{
border-color: #C2416C;
}
.TagClassName
{
border-color: #C2416C;
}
</style>