Shades of Royal Heath #C2537B
Tints of Royal Heath #C2537B
RGB
CMYK
RGB Variations
Color information
#C2537B (or 0xC2537B) is known color: Royal Heath. HEX triplet: C2, 53 and 7B. RGB value is (194,83,123). Sum of RGB (Red+Green+Blue) = 194+83+123=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2537B is #3DAC84. Grayscale: #787878. Windows color (decimal): -4041861 or 8082370. OLE color: 8082370.
HSL color Cylindrical-coordinate representation of color #C2537B: hue angle of 338.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2537B is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 123 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.24 |
| HSL | 338.38º | 0.48% | 0.54% | - |
| HSV(B) | 338.38º | 0.57% | 0.76% | - |
| XYZ | 28.92 | 19.09 | 20.9 | - |
| YUV | 120.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 123 | 0 | 0.57 | 0.37 | 0.24 | 338.38 | 0.48 | 0.54 |
| Hex | C2 | 53 | 7B | 0 | 39 | 25 | 18 | 152 | 30 | 36 |
| Octal | 302 | 123 | 173 | 0 | 71 | 45 | 30 | 522 | 60 | 66 |
| Binary | 11000010 | 1010011 | 1111011 | 0 | 111001 | 100101 | 11000 | 101010010 | 110000 | 110110 |
Color Harmonies of #C2537B
Complementary color
Monochromatic Colors of #C2537B
Black with #C2537B
Text Example
Text Example
White with #C2537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2537B; }
p { color: rgb(194,83,123); }
H1.HeaderClassName
{
color: #C2537B;
}
.AnyTagClassName
{
color: #C2537B;
}
</style>
background-color css
<style>
a { background-color: #C2537B; }
a { background-color: rgb(194,83,123); }
div.DivClassName
{
background-color: #C2537B;
}
.BgClassName
{
background-color: #C2537B;
}
</style>
border-color css
<style>
span { border-color: #C2537B; }
span { border-color: rgb(194,83,123); }
td.TdClassName
{
border-color: #C2537B;
}
.TagClassName
{
border-color: #C2537B;
}
</style>