Shades of Royal Heath #C1577C
Tints of Royal Heath #C1577C
RGB
CMYK
RGB Variations
Color information
#C1577C (or 0xC1577C) is known color: Royal Heath. HEX triplet: C1, 57 and 7C. RGB value is (193,87,124). Sum of RGB (Red+Green+Blue) = 193+87+124=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1577C is #3EA883. Grayscale: #7A7A7A. Windows color (decimal): -4106372 or 8148929. OLE color: 8148929.
HSL color Cylindrical-coordinate representation of color #C1577C: hue angle of 339.06º 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 #C1577C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 124 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.24 |
| HSL | 339.06º | 0.46% | 0.55% | - |
| HSV(B) | 339.06º | 0.55% | 0.76% | - |
| XYZ | 29.04 | 19.61 | 21.32 | - |
| YUV | 122.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 124 | 0 | 0.55 | 0.36 | 0.24 | 339.06 | 0.46 | 0.55 |
| Hex | C1 | 57 | 7C | 0 | 37 | 24 | 18 | 153 | 2E | 37 |
| Octal | 301 | 127 | 174 | 0 | 67 | 44 | 30 | 523 | 56 | 67 |
| Binary | 11000001 | 1010111 | 1111100 | 0 | 110111 | 100100 | 11000 | 101010011 | 101110 | 110111 |
Color Harmonies of #C1577C
Complementary color
Monochromatic Colors of #C1577C
Black with #C1577C
Text Example
Text Example
White with #C1577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1577C; }
p { color: rgb(193,87,124); }
H1.HeaderClassName
{
color: #C1577C;
}
.AnyTagClassName
{
color: #C1577C;
}
</style>
background-color css
<style>
a { background-color: #C1577C; }
a { background-color: rgb(193,87,124); }
div.DivClassName
{
background-color: #C1577C;
}
.BgClassName
{
background-color: #C1577C;
}
</style>
border-color css
<style>
span { border-color: #C1577C; }
span { border-color: rgb(193,87,124); }
td.TdClassName
{
border-color: #C1577C;
}
.TagClassName
{
border-color: #C1577C;
}
</style>