Shades of Royal Heath #C4527A
Tints of Royal Heath #C4527A
RGB
CMYK
RGB Variations
Color information
#C4527A (or 0xC4527A) is known color: Royal Heath. HEX triplet: C4, 52 and 7A. RGB value is (196,82,122). Sum of RGB (Red+Green+Blue) = 196+82+122=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4527A is #3BAD85. Grayscale: #787878. Windows color (decimal): -3911046 or 8016580. OLE color: 8016580.
HSL color Cylindrical-coordinate representation of color #C4527A: hue angle of 338.95º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4527A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 122 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.23 |
| HSL | 338.95º | 0.49% | 0.55% | - |
| HSV(B) | 338.95º | 0.58% | 0.77% | - |
| XYZ | 29.3 | 19.18 | 20.57 | - |
| YUV | 120.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 122 | 0 | 0.58 | 0.38 | 0.23 | 338.95 | 0.49 | 0.55 |
| Hex | C4 | 52 | 7A | 0 | 3A | 26 | 17 | 153 | 31 | 37 |
| Octal | 304 | 122 | 172 | 0 | 72 | 46 | 27 | 523 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1111010 | 0 | 111010 | 100110 | 10111 | 101010011 | 110001 | 110111 |
Color Harmonies of #C4527A
Complementary color
Monochromatic Colors of #C4527A
Black with #C4527A
Text Example
Text Example
White with #C4527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4527A; }
p { color: rgb(196,82,122); }
H1.HeaderClassName
{
color: #C4527A;
}
.AnyTagClassName
{
color: #C4527A;
}
</style>
background-color css
<style>
a { background-color: #C4527A; }
a { background-color: rgb(196,82,122); }
div.DivClassName
{
background-color: #C4527A;
}
.BgClassName
{
background-color: #C4527A;
}
</style>
border-color css
<style>
span { border-color: #C4527A; }
span { border-color: rgb(196,82,122); }
td.TdClassName
{
border-color: #C4527A;
}
.TagClassName
{
border-color: #C4527A;
}
</style>