Shades of Royal Heath #C2416A
Tints of Royal Heath #C2416A
RGB
CMYK
RGB Variations
Color information
#C2416A (or 0xC2416A) is known color: Royal Heath. HEX triplet: C2, 41 and 6A. RGB value is (194,65,106). Sum of RGB (Red+Green+Blue) = 194+65+106=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2416A is #3DBE95. Grayscale: #6C6C6C. Windows color (decimal): -4046486 or 6963650. OLE color: 6963650.
HSL color Cylindrical-coordinate representation of color #C2416A: hue angle of 340.93º 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 #C2416A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 106 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.24 |
| HSL | 340.93º | 0.51% | 0.51% | - |
| HSV(B) | 340.93º | 0.66% | 0.76% | - |
| XYZ | 26.74 | 16.29 | 15.37 | - |
| YUV | 108.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 106 | 0 | 0.66 | 0.45 | 0.24 | 340.93 | 0.51 | 0.51 |
| Hex | C2 | 41 | 6A | 0 | 42 | 2D | 18 | 155 | 33 | 33 |
| Octal | 302 | 101 | 152 | 0 | 102 | 55 | 30 | 525 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1101010 | 0 | 1000010 | 101101 | 11000 | 101010101 | 110011 | 110011 |
Color Harmonies of #C2416A
Complementary color
Monochromatic Colors of #C2416A
Black with #C2416A
Text Example
Text Example
White with #C2416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2416A; }
p { color: rgb(194,65,106); }
H1.HeaderClassName
{
color: #C2416A;
}
.AnyTagClassName
{
color: #C2416A;
}
</style>
background-color css
<style>
a { background-color: #C2416A; }
a { background-color: rgb(194,65,106); }
div.DivClassName
{
background-color: #C2416A;
}
.BgClassName
{
background-color: #C2416A;
}
</style>
border-color css
<style>
span { border-color: #C2416A; }
span { border-color: rgb(194,65,106); }
td.TdClassName
{
border-color: #C2416A;
}
.TagClassName
{
border-color: #C2416A;
}
</style>