Shades of Royal Heath #C1557A
Tints of Royal Heath #C1557A
RGB
CMYK
RGB Variations
Color information
#C1557A (or 0xC1557A) is known color: Royal Heath. HEX triplet: C1, 55 and 7A. RGB value is (193,85,122). Sum of RGB (Red+Green+Blue) = 193+85+122=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1557A is #3EAA85. Grayscale: #797979. Windows color (decimal): -4106886 or 8017345. OLE color: 8017345.
HSL color Cylindrical-coordinate representation of color #C1557A: hue angle of 339.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1557A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 122 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.24 |
| HSL | 339.44º | 0.47% | 0.55% | - |
| HSV(B) | 339.44º | 0.56% | 0.76% | - |
| XYZ | 28.75 | 19.24 | 20.61 | - |
| YUV | 121.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 122 | 0 | 0.56 | 0.37 | 0.24 | 339.44 | 0.47 | 0.55 |
| Hex | C1 | 55 | 7A | 0 | 38 | 25 | 18 | 153 | 2F | 37 |
| Octal | 301 | 125 | 172 | 0 | 70 | 45 | 30 | 523 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1111010 | 0 | 111000 | 100101 | 11000 | 101010011 | 101111 | 110111 |
Color Harmonies of #C1557A
Complementary color
Monochromatic Colors of #C1557A
Black with #C1557A
Text Example
Text Example
White with #C1557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1557A; }
p { color: rgb(193,85,122); }
H1.HeaderClassName
{
color: #C1557A;
}
.AnyTagClassName
{
color: #C1557A;
}
</style>
background-color css
<style>
a { background-color: #C1557A; }
a { background-color: rgb(193,85,122); }
div.DivClassName
{
background-color: #C1557A;
}
.BgClassName
{
background-color: #C1557A;
}
</style>
border-color css
<style>
span { border-color: #C1557A; }
span { border-color: rgb(193,85,122); }
td.TdClassName
{
border-color: #C1557A;
}
.TagClassName
{
border-color: #C1557A;
}
</style>