Shades of Royal Heath #C15376
Tints of Royal Heath #C15376
RGB
CMYK
RGB Variations
Color information
#C15376 (or 0xC15376) is known color: Royal Heath. HEX triplet: C1, 53 and 76. RGB value is (193,83,118). Sum of RGB (Red+Green+Blue) = 193+83+118=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C15376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15376 is #3EAC89. Grayscale: #777777. Windows color (decimal): -4107402 or 7754689. OLE color: 7754689.
HSL color Cylindrical-coordinate representation of color #C15376: hue angle of 340.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15376 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 118 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.24 |
| HSL | 340.91º | 0.47% | 0.54% | - |
| HSV(B) | 340.91º | 0.57% | 0.76% | - |
| XYZ | 28.36 | 18.83 | 19.28 | - |
| YUV | 119.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 118 | 0 | 0.57 | 0.39 | 0.24 | 340.91 | 0.47 | 0.54 |
| Hex | C1 | 53 | 76 | 0 | 39 | 27 | 18 | 155 | 2F | 36 |
| Octal | 301 | 123 | 166 | 0 | 71 | 47 | 30 | 525 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1110110 | 0 | 111001 | 100111 | 11000 | 101010101 | 101111 | 110110 |
Color Harmonies of #C15376
Complementary color
Monochromatic Colors of #C15376
Black with #C15376
Text Example
Text Example
White with #C15376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15376; }
p { color: rgb(193,83,118); }
H1.HeaderClassName
{
color: #C15376;
}
.AnyTagClassName
{
color: #C15376;
}
</style>
background-color css
<style>
a { background-color: #C15376; }
a { background-color: rgb(193,83,118); }
div.DivClassName
{
background-color: #C15376;
}
.BgClassName
{
background-color: #C15376;
}
</style>
border-color css
<style>
span { border-color: #C15376; }
span { border-color: rgb(193,83,118); }
td.TdClassName
{
border-color: #C15376;
}
.TagClassName
{
border-color: #C15376;
}
</style>