Shades of Royal Heath #C4537B
Tints of Royal Heath #C4537B
RGB
CMYK
RGB Variations
Color information
#C4537B (or 0xC4537B) is known color: Royal Heath. HEX triplet: C4, 53 and 7B. RGB value is (196,83,123). Sum of RGB (Red+Green+Blue) = 196+83+123=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4537B is #3BAC84. Grayscale: #797979. Windows color (decimal): -3910789 or 8082372. OLE color: 8082372.
HSL color Cylindrical-coordinate representation of color #C4537B: hue angle of 338.76º 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 #C4537B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 123 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.23 |
| HSL | 338.76º | 0.49% | 0.55% | - |
| HSV(B) | 338.76º | 0.58% | 0.77% | - |
| XYZ | 29.43 | 19.35 | 20.92 | - |
| YUV | 121.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 123 | 0 | 0.58 | 0.37 | 0.23 | 338.76 | 0.49 | 0.55 |
| Hex | C4 | 53 | 7B | 0 | 3A | 25 | 17 | 153 | 31 | 37 |
| Octal | 304 | 123 | 173 | 0 | 72 | 45 | 27 | 523 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1111011 | 0 | 111010 | 100101 | 10111 | 101010011 | 110001 | 110111 |
Color Harmonies of #C4537B
Complementary color
Monochromatic Colors of #C4537B
Black with #C4537B
Text Example
Text Example
White with #C4537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4537B; }
p { color: rgb(196,83,123); }
H1.HeaderClassName
{
color: #C4537B;
}
.AnyTagClassName
{
color: #C4537B;
}
</style>
background-color css
<style>
a { background-color: #C4537B; }
a { background-color: rgb(196,83,123); }
div.DivClassName
{
background-color: #C4537B;
}
.BgClassName
{
background-color: #C4537B;
}
</style>
border-color css
<style>
span { border-color: #C4537B; }
span { border-color: rgb(196,83,123); }
td.TdClassName
{
border-color: #C4537B;
}
.TagClassName
{
border-color: #C4537B;
}
</style>