Shades of Royal Heath #C15C7D
Tints of Royal Heath #C15C7D
RGB
CMYK
RGB Variations
Color information
#C15C7D (or 0xC15C7D) is known color: Royal Heath. HEX triplet: C1, 5C and 7D. RGB value is (193,92,125). Sum of RGB (Red+Green+Blue) = 193+92+125=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C7D is #3EA382. Grayscale: #7D7D7D. Windows color (decimal): -4105091 or 8215745. OLE color: 8215745.
HSL color Cylindrical-coordinate representation of color #C15C7D: hue angle of 340.4º 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 #C15C7D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 125 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.24 |
| HSL | 340.4º | 0.45% | 0.56% | - |
| HSV(B) | 340.4º | 0.52% | 0.76% | - |
| XYZ | 29.52 | 20.47 | 21.8 | - |
| YUV | 125.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 125 | 0 | 0.52 | 0.35 | 0.24 | 340.4 | 0.45 | 0.56 |
| Hex | C1 | 5C | 7D | 0 | 34 | 23 | 18 | 154 | 2D | 38 |
| Octal | 301 | 134 | 175 | 0 | 64 | 43 | 30 | 524 | 55 | 70 |
| Binary | 11000001 | 1011100 | 1111101 | 0 | 110100 | 100011 | 11000 | 101010100 | 101101 | 111000 |
Color Harmonies of #C15C7D
Complementary color
Monochromatic Colors of #C15C7D
Black with #C15C7D
Text Example
Text Example
White with #C15C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C7D; }
p { color: rgb(193,92,125); }
H1.HeaderClassName
{
color: #C15C7D;
}
.AnyTagClassName
{
color: #C15C7D;
}
</style>
background-color css
<style>
a { background-color: #C15C7D; }
a { background-color: rgb(193,92,125); }
div.DivClassName
{
background-color: #C15C7D;
}
.BgClassName
{
background-color: #C15C7D;
}
</style>
border-color css
<style>
span { border-color: #C15C7D; }
span { border-color: rgb(193,92,125); }
td.TdClassName
{
border-color: #C15C7D;
}
.TagClassName
{
border-color: #C15C7D;
}
</style>