Shades of Royal Heath #C1567F
Tints of Royal Heath #C1567F
RGB
CMYK
RGB Variations
Color information
#C1567F (or 0xC1567F) is known color: Royal Heath. HEX triplet: C1, 56 and 7F. RGB value is (193,86,127). Sum of RGB (Red+Green+Blue) = 193+86+127=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1567F is #3EA980. Grayscale: #7A7A7A. Windows color (decimal): -4106625 or 8345281. OLE color: 8345281.
HSL color Cylindrical-coordinate representation of color #C1567F: hue angle of 337.01º 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 #C1567F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 127 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.24 |
| HSL | 337.01º | 0.46% | 0.55% | - |
| HSV(B) | 337.01º | 0.55% | 0.76% | - |
| XYZ | 29.15 | 19.53 | 22.31 | - |
| YUV | 122.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 127 | 0 | 0.55 | 0.34 | 0.24 | 337.01 | 0.46 | 0.55 |
| Hex | C1 | 56 | 7F | 0 | 37 | 22 | 18 | 151 | 2E | 37 |
| Octal | 301 | 126 | 177 | 0 | 67 | 42 | 30 | 521 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1111111 | 0 | 110111 | 100010 | 11000 | 101010001 | 101110 | 110111 |
Color Harmonies of #C1567F
Complementary color
Monochromatic Colors of #C1567F
Black with #C1567F
Text Example
Text Example
White with #C1567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1567F; }
p { color: rgb(193,86,127); }
H1.HeaderClassName
{
color: #C1567F;
}
.AnyTagClassName
{
color: #C1567F;
}
</style>
background-color css
<style>
a { background-color: #C1567F; }
a { background-color: rgb(193,86,127); }
div.DivClassName
{
background-color: #C1567F;
}
.BgClassName
{
background-color: #C1567F;
}
</style>
border-color css
<style>
span { border-color: #C1567F; }
span { border-color: rgb(193,86,127); }
td.TdClassName
{
border-color: #C1567F;
}
.TagClassName
{
border-color: #C1567F;
}
</style>