Shades of Royal Heath #C2466F
Tints of Royal Heath #C2466F
RGB
CMYK
RGB Variations
Color information
#C2466F (or 0xC2466F) is known color: Royal Heath. HEX triplet: C2, 46 and 6F. RGB value is (194,70,111). Sum of RGB (Red+Green+Blue) = 194+70+111=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2466F is #3DB990. Grayscale: #6F6F6F. Windows color (decimal): -4045201 or 7292610. OLE color: 7292610.
HSL color Cylindrical-coordinate representation of color #C2466F: hue angle of 340.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2466F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 111 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.24 |
| HSL | 340.16º | 0.5% | 0.52% | - |
| HSV(B) | 340.16º | 0.64% | 0.76% | - |
| XYZ | 27.31 | 17 | 16.88 | - |
| YUV | 111.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 111 | 0 | 0.64 | 0.43 | 0.24 | 340.16 | 0.5 | 0.52 |
| Hex | C2 | 46 | 6F | 0 | 40 | 2B | 18 | 154 | 32 | 34 |
| Octal | 302 | 106 | 157 | 0 | 100 | 53 | 30 | 524 | 62 | 64 |
| Binary | 11000010 | 1000110 | 1101111 | 0 | 1000000 | 101011 | 11000 | 101010100 | 110010 | 110100 |
Color Harmonies of #C2466F
Complementary color
Monochromatic Colors of #C2466F
Black with #C2466F
Text Example
Text Example
White with #C2466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2466F; }
p { color: rgb(194,70,111); }
H1.HeaderClassName
{
color: #C2466F;
}
.AnyTagClassName
{
color: #C2466F;
}
</style>
background-color css
<style>
a { background-color: #C2466F; }
a { background-color: rgb(194,70,111); }
div.DivClassName
{
background-color: #C2466F;
}
.BgClassName
{
background-color: #C2466F;
}
</style>
border-color css
<style>
span { border-color: #C2466F; }
span { border-color: rgb(194,70,111); }
td.TdClassName
{
border-color: #C2466F;
}
.TagClassName
{
border-color: #C2466F;
}
</style>