Shades of Royal Heath #C25275
Tints of Royal Heath #C25275
RGB
CMYK
RGB Variations
Color information
#C25275 (or 0xC25275) is known color: Royal Heath. HEX triplet: C2, 52 and 75. RGB value is (194,82,117). Sum of RGB (Red+Green+Blue) = 194+82+117=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25275 is #3DAD8A. Grayscale: #777777. Windows color (decimal): -4042123 or 7688898. OLE color: 7688898.
HSL color Cylindrical-coordinate representation of color #C25275: hue angle of 341.25º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25275 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 117 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.24 |
| HSL | 341.25º | 0.48% | 0.54% | - |
| HSV(B) | 341.25º | 0.58% | 0.76% | - |
| XYZ | 28.48 | 18.79 | 18.96 | - |
| YUV | 119.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 117 | 0 | 0.58 | 0.40 | 0.24 | 341.25 | 0.48 | 0.54 |
| Hex | C2 | 52 | 75 | 0 | 3A | 28 | 18 | 155 | 30 | 36 |
| Octal | 302 | 122 | 165 | 0 | 72 | 50 | 30 | 525 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1110101 | 0 | 111010 | 101000 | 11000 | 101010101 | 110000 | 110110 |
Color Harmonies of #C25275
Complementary color
Monochromatic Colors of #C25275
Black with #C25275
Text Example
Text Example
White with #C25275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25275; }
p { color: rgb(194,82,117); }
H1.HeaderClassName
{
color: #C25275;
}
.AnyTagClassName
{
color: #C25275;
}
</style>
background-color css
<style>
a { background-color: #C25275; }
a { background-color: rgb(194,82,117); }
div.DivClassName
{
background-color: #C25275;
}
.BgClassName
{
background-color: #C25275;
}
</style>
border-color css
<style>
span { border-color: #C25275; }
span { border-color: rgb(194,82,117); }
td.TdClassName
{
border-color: #C25275;
}
.TagClassName
{
border-color: #C25275;
}
</style>