Shades of Royal Heath #C2567A
Tints of Royal Heath #C2567A
RGB
CMYK
RGB Variations
Color information
#C2567A (or 0xC2567A) is known color: Royal Heath. HEX triplet: C2, 56 and 7A. RGB value is (194,86,122). Sum of RGB (Red+Green+Blue) = 194+86+122=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2567A is #3DA985. Grayscale: #7A7A7A. Windows color (decimal): -4041094 or 8017602. OLE color: 8017602.
HSL color Cylindrical-coordinate representation of color #C2567A: hue angle of 340º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2567A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 122 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.24 |
| HSL | 340º | 0.47% | 0.55% | - |
| HSV(B) | 340º | 0.56% | 0.76% | - |
| XYZ | 29.09 | 19.53 | 20.65 | - |
| YUV | 122.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 122 | 0 | 0.56 | 0.37 | 0.24 | 340 | 0.47 | 0.55 |
| Hex | C2 | 56 | 7A | 0 | 38 | 25 | 18 | 154 | 2F | 37 |
| Octal | 302 | 126 | 172 | 0 | 70 | 45 | 30 | 524 | 57 | 67 |
| Binary | 11000010 | 1010110 | 1111010 | 0 | 111000 | 100101 | 11000 | 101010100 | 101111 | 110111 |
Color Harmonies of #C2567A
Complementary color
Monochromatic Colors of #C2567A
Black with #C2567A
Text Example
Text Example
White with #C2567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2567A; }
p { color: rgb(194,86,122); }
H1.HeaderClassName
{
color: #C2567A;
}
.AnyTagClassName
{
color: #C2567A;
}
</style>
background-color css
<style>
a { background-color: #C2567A; }
a { background-color: rgb(194,86,122); }
div.DivClassName
{
background-color: #C2567A;
}
.BgClassName
{
background-color: #C2567A;
}
</style>
border-color css
<style>
span { border-color: #C2567A; }
span { border-color: rgb(194,86,122); }
td.TdClassName
{
border-color: #C2567A;
}
.TagClassName
{
border-color: #C2567A;
}
</style>