Shades of Royal Heath #C1597D
Tints of Royal Heath #C1597D
RGB
CMYK
RGB Variations
Color information
#C1597D (or 0xC1597D) is known color: Royal Heath. HEX triplet: C1, 59 and 7D. RGB value is (193,89,125). Sum of RGB (Red+Green+Blue) = 193+89+125=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1597D is #3EA682. Grayscale: #7C7C7C. Windows color (decimal): -4105859 or 8214977. OLE color: 8214977.
HSL color Cylindrical-coordinate representation of color #C1597D: hue angle of 339.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1597D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 125 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.24 |
| HSL | 339.23º | 0.46% | 0.55% | - |
| HSV(B) | 339.23º | 0.54% | 0.76% | - |
| XYZ | 29.27 | 19.96 | 21.71 | - |
| YUV | 124.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 125 | 0 | 0.54 | 0.35 | 0.24 | 339.23 | 0.46 | 0.55 |
| Hex | C1 | 59 | 7D | 0 | 36 | 23 | 18 | 153 | 2E | 37 |
| Octal | 301 | 131 | 175 | 0 | 66 | 43 | 30 | 523 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1111101 | 0 | 110110 | 100011 | 11000 | 101010011 | 101110 | 110111 |
Color Harmonies of #C1597D
Complementary color
Monochromatic Colors of #C1597D
Black with #C1597D
Text Example
Text Example
White with #C1597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1597D; }
p { color: rgb(193,89,125); }
H1.HeaderClassName
{
color: #C1597D;
}
.AnyTagClassName
{
color: #C1597D;
}
</style>
background-color css
<style>
a { background-color: #C1597D; }
a { background-color: rgb(193,89,125); }
div.DivClassName
{
background-color: #C1597D;
}
.BgClassName
{
background-color: #C1597D;
}
</style>
border-color css
<style>
span { border-color: #C1597D; }
span { border-color: rgb(193,89,125); }
td.TdClassName
{
border-color: #C1597D;
}
.TagClassName
{
border-color: #C1597D;
}
</style>