Shades of Royal Heath #C15075
Tints of Royal Heath #C15075
RGB
CMYK
RGB Variations
Color information
#C15075 (or 0xC15075) is known color: Royal Heath. HEX triplet: C1, 50 and 75. RGB value is (193,80,117). Sum of RGB (Red+Green+Blue) = 193+80+117=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C15075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15075 is #3EAF8A. Grayscale: #757575. Windows color (decimal): -4108171 or 7688385. OLE color: 7688385.
HSL color Cylindrical-coordinate representation of color #C15075: hue angle of 340.35º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15075 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 117 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.24 |
| HSL | 340.35º | 0.48% | 0.54% | - |
| HSV(B) | 340.35º | 0.59% | 0.76% | - |
| XYZ | 28.07 | 18.36 | 18.89 | - |
| YUV | 118.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 117 | 0 | 0.59 | 0.39 | 0.24 | 340.35 | 0.48 | 0.54 |
| Hex | C1 | 50 | 75 | 0 | 3B | 27 | 18 | 154 | 30 | 36 |
| Octal | 301 | 120 | 165 | 0 | 73 | 47 | 30 | 524 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1110101 | 0 | 111011 | 100111 | 11000 | 101010100 | 110000 | 110110 |
Color Harmonies of #C15075
Complementary color
Monochromatic Colors of #C15075
Black with #C15075
Text Example
Text Example
White with #C15075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15075; }
p { color: rgb(193,80,117); }
H1.HeaderClassName
{
color: #C15075;
}
.AnyTagClassName
{
color: #C15075;
}
</style>
background-color css
<style>
a { background-color: #C15075; }
a { background-color: rgb(193,80,117); }
div.DivClassName
{
background-color: #C15075;
}
.BgClassName
{
background-color: #C15075;
}
</style>
border-color css
<style>
span { border-color: #C15075; }
span { border-color: rgb(193,80,117); }
td.TdClassName
{
border-color: #C15075;
}
.TagClassName
{
border-color: #C15075;
}
</style>