Shades of Royal Heath #C1587F
Tints of Royal Heath #C1587F
RGB
CMYK
RGB Variations
Color information
#C1587F (or 0xC1587F) is known color: Royal Heath. HEX triplet: C1, 58 and 7F. RGB value is (193,88,127). Sum of RGB (Red+Green+Blue) = 193+88+127=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1587F is #3EA780. Grayscale: #7B7B7B. Windows color (decimal): -4106113 or 8345793. OLE color: 8345793.
HSL color Cylindrical-coordinate representation of color #C1587F: hue angle of 337.71º 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 #C1587F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 127 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.24 |
| HSL | 337.71º | 0.46% | 0.55% | - |
| HSV(B) | 337.71º | 0.54% | 0.76% | - |
| XYZ | 29.31 | 19.85 | 22.37 | - |
| YUV | 123.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 127 | 0 | 0.54 | 0.34 | 0.24 | 337.71 | 0.46 | 0.55 |
| Hex | C1 | 58 | 7F | 0 | 36 | 22 | 18 | 152 | 2E | 37 |
| Octal | 301 | 130 | 177 | 0 | 66 | 42 | 30 | 522 | 56 | 67 |
| Binary | 11000001 | 1011000 | 1111111 | 0 | 110110 | 100010 | 11000 | 101010010 | 101110 | 110111 |
Color Harmonies of #C1587F
Complementary color
Monochromatic Colors of #C1587F
Black with #C1587F
Text Example
Text Example
White with #C1587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1587F; }
p { color: rgb(193,88,127); }
H1.HeaderClassName
{
color: #C1587F;
}
.AnyTagClassName
{
color: #C1587F;
}
</style>
background-color css
<style>
a { background-color: #C1587F; }
a { background-color: rgb(193,88,127); }
div.DivClassName
{
background-color: #C1587F;
}
.BgClassName
{
background-color: #C1587F;
}
</style>
border-color css
<style>
span { border-color: #C1587F; }
span { border-color: rgb(193,88,127); }
td.TdClassName
{
border-color: #C1587F;
}
.TagClassName
{
border-color: #C1587F;
}
</style>