Shades of Royal Heath #C4577E
Tints of Royal Heath #C4577E
RGB
CMYK
RGB Variations
Color information
#C4577E (or 0xC4577E) is known color: Royal Heath. HEX triplet: C4, 57 and 7E. RGB value is (196,87,126). Sum of RGB (Red+Green+Blue) = 196+87+126=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4577E is #3BA881. Grayscale: #7B7B7B. Windows color (decimal): -3909762 or 8280004. OLE color: 8280004.
HSL color Cylindrical-coordinate representation of color #C4577E: hue angle of 338.53º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4577E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 126 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.23 |
| HSL | 338.53º | 0.48% | 0.55% | - |
| HSV(B) | 338.53º | 0.56% | 0.77% | - |
| XYZ | 29.94 | 20.06 | 22.03 | - |
| YUV | 124.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 126 | 0 | 0.56 | 0.36 | 0.23 | 338.53 | 0.48 | 0.55 |
| Hex | C4 | 57 | 7E | 0 | 38 | 24 | 17 | 153 | 30 | 37 |
| Octal | 304 | 127 | 176 | 0 | 70 | 44 | 27 | 523 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1111110 | 0 | 111000 | 100100 | 10111 | 101010011 | 110000 | 110111 |
Color Harmonies of #C4577E
Complementary color
Monochromatic Colors of #C4577E
Black with #C4577E
Text Example
Text Example
White with #C4577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4577E; }
p { color: rgb(196,87,126); }
H1.HeaderClassName
{
color: #C4577E;
}
.AnyTagClassName
{
color: #C4577E;
}
</style>
background-color css
<style>
a { background-color: #C4577E; }
a { background-color: rgb(196,87,126); }
div.DivClassName
{
background-color: #C4577E;
}
.BgClassName
{
background-color: #C4577E;
}
</style>
border-color css
<style>
span { border-color: #C4577E; }
span { border-color: rgb(196,87,126); }
td.TdClassName
{
border-color: #C4577E;
}
.TagClassName
{
border-color: #C4577E;
}
</style>