Shades of Royal Heath #C25075
Tints of Royal Heath #C25075
RGB
CMYK
RGB Variations
Color information
#C25075 (or 0xC25075) is known color: Royal Heath. HEX triplet: C2, 50 and 75. RGB value is (194,80,117). Sum of RGB (Red+Green+Blue) = 194+80+117=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25075 is #3DAF8A. Grayscale: #767676. Windows color (decimal): -4042635 or 7688386. OLE color: 7688386.
HSL color Cylindrical-coordinate representation of color #C25075: hue angle of 340.53º 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 #C25075 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 117 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.24 |
| HSL | 340.53º | 0.48% | 0.54% | - |
| HSV(B) | 340.53º | 0.59% | 0.76% | - |
| XYZ | 28.33 | 18.49 | 18.91 | - |
| YUV | 118.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 117 | 0 | 0.59 | 0.40 | 0.24 | 340.53 | 0.48 | 0.54 |
| Hex | C2 | 50 | 75 | 0 | 3B | 28 | 18 | 155 | 30 | 36 |
| Octal | 302 | 120 | 165 | 0 | 73 | 50 | 30 | 525 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1110101 | 0 | 111011 | 101000 | 11000 | 101010101 | 110000 | 110110 |
Color Harmonies of #C25075
Complementary color
Monochromatic Colors of #C25075
Black with #C25075
Text Example
Text Example
White with #C25075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25075; }
p { color: rgb(194,80,117); }
H1.HeaderClassName
{
color: #C25075;
}
.AnyTagClassName
{
color: #C25075;
}
</style>
background-color css
<style>
a { background-color: #C25075; }
a { background-color: rgb(194,80,117); }
div.DivClassName
{
background-color: #C25075;
}
.BgClassName
{
background-color: #C25075;
}
</style>
border-color css
<style>
span { border-color: #C25075; }
span { border-color: rgb(194,80,117); }
td.TdClassName
{
border-color: #C25075;
}
.TagClassName
{
border-color: #C25075;
}
</style>