Shades of Royal Heath #C1567C
Tints of Royal Heath #C1567C
RGB
CMYK
RGB Variations
Color information
#C1567C (or 0xC1567C) is known color: Royal Heath. HEX triplet: C1, 56 and 7C. RGB value is (193,86,124). Sum of RGB (Red+Green+Blue) = 193+86+124=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1567C is #3EA983. Grayscale: #7A7A7A. Windows color (decimal): -4106628 or 8148673. OLE color: 8148673.
HSL color Cylindrical-coordinate representation of color #C1567C: hue angle of 338.69º 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 #C1567C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 124 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.24 |
| HSL | 338.69º | 0.46% | 0.55% | - |
| HSV(B) | 338.69º | 0.55% | 0.76% | - |
| XYZ | 28.96 | 19.45 | 21.3 | - |
| YUV | 122.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 124 | 0 | 0.55 | 0.36 | 0.24 | 338.69 | 0.46 | 0.55 |
| Hex | C1 | 56 | 7C | 0 | 37 | 24 | 18 | 153 | 2E | 37 |
| Octal | 301 | 126 | 174 | 0 | 67 | 44 | 30 | 523 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1111100 | 0 | 110111 | 100100 | 11000 | 101010011 | 101110 | 110111 |
Color Harmonies of #C1567C
Complementary color
Monochromatic Colors of #C1567C
Black with #C1567C
Text Example
Text Example
White with #C1567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1567C; }
p { color: rgb(193,86,124); }
H1.HeaderClassName
{
color: #C1567C;
}
.AnyTagClassName
{
color: #C1567C;
}
</style>
background-color css
<style>
a { background-color: #C1567C; }
a { background-color: rgb(193,86,124); }
div.DivClassName
{
background-color: #C1567C;
}
.BgClassName
{
background-color: #C1567C;
}
</style>
border-color css
<style>
span { border-color: #C1567C; }
span { border-color: rgb(193,86,124); }
td.TdClassName
{
border-color: #C1567C;
}
.TagClassName
{
border-color: #C1567C;
}
</style>