Shades of Royal Heath #C4587F
Tints of Royal Heath #C4587F
RGB
CMYK
RGB Variations
Color information
#C4587F (or 0xC4587F) is known color: Royal Heath. HEX triplet: C4, 58 and 7F. RGB value is (196,88,127). Sum of RGB (Red+Green+Blue) = 196+88+127=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4587F is #3BA780. Grayscale: #7C7C7C. Windows color (decimal): -3909505 or 8345796. OLE color: 8345796.
HSL color Cylindrical-coordinate representation of color #C4587F: hue angle of 338.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4587F is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 127 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.23 |
| HSL | 338.33º | 0.48% | 0.56% | - |
| HSV(B) | 338.33º | 0.55% | 0.77% | - |
| XYZ | 30.09 | 20.25 | 22.4 | - |
| YUV | 124.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 127 | 0 | 0.55 | 0.35 | 0.23 | 338.33 | 0.48 | 0.56 |
| Hex | C4 | 58 | 7F | 0 | 37 | 23 | 17 | 152 | 30 | 38 |
| Octal | 304 | 130 | 177 | 0 | 67 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1111111 | 0 | 110111 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C4587F
Complementary color
Monochromatic Colors of #C4587F
Black with #C4587F
Text Example
Text Example
White with #C4587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4587F; }
p { color: rgb(196,88,127); }
H1.HeaderClassName
{
color: #C4587F;
}
.AnyTagClassName
{
color: #C4587F;
}
</style>
background-color css
<style>
a { background-color: #C4587F; }
a { background-color: rgb(196,88,127); }
div.DivClassName
{
background-color: #C4587F;
}
.BgClassName
{
background-color: #C4587F;
}
</style>
border-color css
<style>
span { border-color: #C4587F; }
span { border-color: rgb(196,88,127); }
td.TdClassName
{
border-color: #C4587F;
}
.TagClassName
{
border-color: #C4587F;
}
</style>