Shades of Royal Heath #C2456E
Tints of Royal Heath #C2456E
RGB
CMYK
RGB Variations
Color information
#C2456E (or 0xC2456E) is known color: Royal Heath. HEX triplet: C2, 45 and 6E. RGB value is (194,69,110). Sum of RGB (Red+Green+Blue) = 194+69+110=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2456E is #3DBA91. Grayscale: #6F6F6F. Windows color (decimal): -4045458 or 7226818. OLE color: 7226818.
HSL color Cylindrical-coordinate representation of color #C2456E: hue angle of 340.32º degrees, saturation: 0.51, 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 #C2456E is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 110 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.24 |
| HSL | 340.32º | 0.51% | 0.52% | - |
| HSV(B) | 340.32º | 0.64% | 0.76% | - |
| XYZ | 27.19 | 16.85 | 16.57 | - |
| YUV | 111.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 110 | 0 | 0.64 | 0.43 | 0.24 | 340.32 | 0.51 | 0.52 |
| Hex | C2 | 45 | 6E | 0 | 40 | 2B | 18 | 154 | 33 | 34 |
| Octal | 302 | 105 | 156 | 0 | 100 | 53 | 30 | 524 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1101110 | 0 | 1000000 | 101011 | 11000 | 101010100 | 110011 | 110100 |
Color Harmonies of #C2456E
Complementary color
Monochromatic Colors of #C2456E
Black with #C2456E
Text Example
Text Example
White with #C2456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2456E; }
p { color: rgb(194,69,110); }
H1.HeaderClassName
{
color: #C2456E;
}
.AnyTagClassName
{
color: #C2456E;
}
</style>
background-color css
<style>
a { background-color: #C2456E; }
a { background-color: rgb(194,69,110); }
div.DivClassName
{
background-color: #C2456E;
}
.BgClassName
{
background-color: #C2456E;
}
</style>
border-color css
<style>
span { border-color: #C2456E; }
span { border-color: rgb(194,69,110); }
td.TdClassName
{
border-color: #C2456E;
}
.TagClassName
{
border-color: #C2456E;
}
</style>