Shades of Royal Heath #C1567A
Tints of Royal Heath #C1567A
RGB
CMYK
RGB Variations
Color information
#C1567A (or 0xC1567A) is known color: Royal Heath. HEX triplet: C1, 56 and 7A. RGB value is (193,86,122). Sum of RGB (Red+Green+Blue) = 193+86+122=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1567A is #3EA985. Grayscale: #7A7A7A. Windows color (decimal): -4106630 or 8017601. OLE color: 8017601.
HSL color Cylindrical-coordinate representation of color #C1567A: hue angle of 339.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1567A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 122 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.24 |
| HSL | 339.81º | 0.46% | 0.55% | - |
| HSV(B) | 339.81º | 0.55% | 0.76% | - |
| XYZ | 28.83 | 19.4 | 20.64 | - |
| YUV | 122.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 122 | 0 | 0.55 | 0.37 | 0.24 | 339.81 | 0.46 | 0.55 |
| Hex | C1 | 56 | 7A | 0 | 37 | 25 | 18 | 154 | 2E | 37 |
| Octal | 301 | 126 | 172 | 0 | 67 | 45 | 30 | 524 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1111010 | 0 | 110111 | 100101 | 11000 | 101010100 | 101110 | 110111 |
Color Harmonies of #C1567A
Complementary color
Monochromatic Colors of #C1567A
Black with #C1567A
Text Example
Text Example
White with #C1567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1567A; }
p { color: rgb(193,86,122); }
H1.HeaderClassName
{
color: #C1567A;
}
.AnyTagClassName
{
color: #C1567A;
}
</style>
background-color css
<style>
a { background-color: #C1567A; }
a { background-color: rgb(193,86,122); }
div.DivClassName
{
background-color: #C1567A;
}
.BgClassName
{
background-color: #C1567A;
}
</style>
border-color css
<style>
span { border-color: #C1567A; }
span { border-color: rgb(193,86,122); }
td.TdClassName
{
border-color: #C1567A;
}
.TagClassName
{
border-color: #C1567A;
}
</style>