Shades of Royal Heath #C25B7C
Tints of Royal Heath #C25B7C
RGB
CMYK
RGB Variations
Color information
#C25B7C (or 0xC25B7C) is known color: Royal Heath. HEX triplet: C2, 5B and 7C. RGB value is (194,91,124). Sum of RGB (Red+Green+Blue) = 194+91+124=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B7C is #3DA483. Grayscale: #7D7D7D. Windows color (decimal): -4039812 or 8149954. OLE color: 8149954.
HSL color Cylindrical-coordinate representation of color #C25B7C: hue angle of 340.78º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B7C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 124 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.24 |
| HSL | 340.78º | 0.46% | 0.56% | - |
| HSV(B) | 340.78º | 0.53% | 0.76% | - |
| XYZ | 29.63 | 20.41 | 21.45 | - |
| YUV | 125.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 124 | 0 | 0.53 | 0.36 | 0.24 | 340.78 | 0.46 | 0.56 |
| Hex | C2 | 5B | 7C | 0 | 35 | 24 | 18 | 155 | 2E | 38 |
| Octal | 302 | 133 | 174 | 0 | 65 | 44 | 30 | 525 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1111100 | 0 | 110101 | 100100 | 11000 | 101010101 | 101110 | 111000 |
Color Harmonies of #C25B7C
Complementary color
Monochromatic Colors of #C25B7C
Black with #C25B7C
Text Example
Text Example
White with #C25B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B7C; }
p { color: rgb(194,91,124); }
H1.HeaderClassName
{
color: #C25B7C;
}
.AnyTagClassName
{
color: #C25B7C;
}
</style>
background-color css
<style>
a { background-color: #C25B7C; }
a { background-color: rgb(194,91,124); }
div.DivClassName
{
background-color: #C25B7C;
}
.BgClassName
{
background-color: #C25B7C;
}
</style>
border-color css
<style>
span { border-color: #C25B7C; }
span { border-color: rgb(194,91,124); }
td.TdClassName
{
border-color: #C25B7C;
}
.TagClassName
{
border-color: #C25B7C;
}
</style>