Shades of Royal Heath #C4587D
Tints of Royal Heath #C4587D
RGB
CMYK
RGB Variations
Color information
#C4587D (or 0xC4587D) is known color: Royal Heath. HEX triplet: C4, 58 and 7D. RGB value is (196,88,125). Sum of RGB (Red+Green+Blue) = 196+88+125=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4587D is #3BA782. Grayscale: #7C7C7C. Windows color (decimal): -3909507 or 8214724. OLE color: 8214724.
HSL color Cylindrical-coordinate representation of color #C4587D: hue angle of 339.44º 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 #C4587D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 125 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.23 |
| HSL | 339.44º | 0.48% | 0.56% | - |
| HSV(B) | 339.44º | 0.55% | 0.77% | - |
| XYZ | 29.96 | 20.2 | 21.72 | - |
| YUV | 124.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 125 | 0 | 0.55 | 0.36 | 0.23 | 339.44 | 0.48 | 0.56 |
| Hex | C4 | 58 | 7D | 0 | 37 | 24 | 17 | 153 | 30 | 38 |
| Octal | 304 | 130 | 175 | 0 | 67 | 44 | 27 | 523 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1111101 | 0 | 110111 | 100100 | 10111 | 101010011 | 110000 | 111000 |
Color Harmonies of #C4587D
Complementary color
Monochromatic Colors of #C4587D
Black with #C4587D
Text Example
Text Example
White with #C4587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4587D; }
p { color: rgb(196,88,125); }
H1.HeaderClassName
{
color: #C4587D;
}
.AnyTagClassName
{
color: #C4587D;
}
</style>
background-color css
<style>
a { background-color: #C4587D; }
a { background-color: rgb(196,88,125); }
div.DivClassName
{
background-color: #C4587D;
}
.BgClassName
{
background-color: #C4587D;
}
</style>
border-color css
<style>
span { border-color: #C4587D; }
span { border-color: rgb(196,88,125); }
td.TdClassName
{
border-color: #C4587D;
}
.TagClassName
{
border-color: #C4587D;
}
</style>