Shades of Royal Heath #C15C7F
Tints of Royal Heath #C15C7F
RGB
CMYK
RGB Variations
Color information
#C15C7F (or 0xC15C7F) is known color: Royal Heath. HEX triplet: C1, 5C and 7F. RGB value is (193,92,127). Sum of RGB (Red+Green+Blue) = 193+92+127=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C7F is #3EA380. Grayscale: #7E7E7E. Windows color (decimal): -4105089 or 8346817. OLE color: 8346817.
HSL color Cylindrical-coordinate representation of color #C15C7F: hue angle of 339.21º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15C7F is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 127 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.24 |
| HSL | 339.21º | 0.45% | 0.56% | - |
| HSV(B) | 339.21º | 0.52% | 0.76% | - |
| XYZ | 29.65 | 20.52 | 22.48 | - |
| YUV | 126.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 127 | 0 | 0.52 | 0.34 | 0.24 | 339.21 | 0.45 | 0.56 |
| Hex | C1 | 5C | 7F | 0 | 34 | 22 | 18 | 153 | 2D | 38 |
| Octal | 301 | 134 | 177 | 0 | 64 | 42 | 30 | 523 | 55 | 70 |
| Binary | 11000001 | 1011100 | 1111111 | 0 | 110100 | 100010 | 11000 | 101010011 | 101101 | 111000 |
Color Harmonies of #C15C7F
Complementary color
Monochromatic Colors of #C15C7F
Black with #C15C7F
Text Example
Text Example
White with #C15C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C7F; }
p { color: rgb(193,92,127); }
H1.HeaderClassName
{
color: #C15C7F;
}
.AnyTagClassName
{
color: #C15C7F;
}
</style>
background-color css
<style>
a { background-color: #C15C7F; }
a { background-color: rgb(193,92,127); }
div.DivClassName
{
background-color: #C15C7F;
}
.BgClassName
{
background-color: #C15C7F;
}
</style>
border-color css
<style>
span { border-color: #C15C7F; }
span { border-color: rgb(193,92,127); }
td.TdClassName
{
border-color: #C15C7F;
}
.TagClassName
{
border-color: #C15C7F;
}
</style>