Shades of Royal Heath #C4547D
Tints of Royal Heath #C4547D
RGB
CMYK
RGB Variations
Color information
#C4547D (or 0xC4547D) is known color: Royal Heath. HEX triplet: C4, 54 and 7D. RGB value is (196,84,125). Sum of RGB (Red+Green+Blue) = 196+84+125=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4547D is #3BAB82. Grayscale: #7A7A7A. Windows color (decimal): -3910531 or 8213700. OLE color: 8213700.
HSL color Cylindrical-coordinate representation of color #C4547D: hue angle of 338.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4547D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 125 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.23 |
| HSL | 338.04º | 0.49% | 0.55% | - |
| HSV(B) | 338.04º | 0.57% | 0.77% | - |
| XYZ | 29.64 | 19.56 | 21.61 | - |
| YUV | 122.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 125 | 0 | 0.57 | 0.36 | 0.23 | 338.04 | 0.49 | 0.55 |
| Hex | C4 | 54 | 7D | 0 | 39 | 24 | 17 | 152 | 31 | 37 |
| Octal | 304 | 124 | 175 | 0 | 71 | 44 | 27 | 522 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1111101 | 0 | 111001 | 100100 | 10111 | 101010010 | 110001 | 110111 |
Color Harmonies of #C4547D
Complementary color
Monochromatic Colors of #C4547D
Black with #C4547D
Text Example
Text Example
White with #C4547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4547D; }
p { color: rgb(196,84,125); }
H1.HeaderClassName
{
color: #C4547D;
}
.AnyTagClassName
{
color: #C4547D;
}
</style>
background-color css
<style>
a { background-color: #C4547D; }
a { background-color: rgb(196,84,125); }
div.DivClassName
{
background-color: #C4547D;
}
.BgClassName
{
background-color: #C4547D;
}
</style>
border-color css
<style>
span { border-color: #C4547D; }
span { border-color: rgb(196,84,125); }
td.TdClassName
{
border-color: #C4547D;
}
.TagClassName
{
border-color: #C4547D;
}
</style>