Shades of Royal Heath #C3537B
Tints of Royal Heath #C3537B
RGB
CMYK
RGB Variations
Color information
#C3537B (or 0xC3537B) is known color: Royal Heath. HEX triplet: C3, 53 and 7B. RGB value is (195,83,123). Sum of RGB (Red+Green+Blue) = 195+83+123=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3537B is #3CAC84. Grayscale: #797979. Windows color (decimal): -3976325 or 8082371. OLE color: 8082371.
HSL color Cylindrical-coordinate representation of color #C3537B: hue angle of 338.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3537B is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 123 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.24 |
| HSL | 338.57º | 0.48% | 0.55% | - |
| HSV(B) | 338.57º | 0.57% | 0.76% | - |
| XYZ | 29.17 | 19.22 | 20.91 | - |
| YUV | 121.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 123 | 0 | 0.57 | 0.37 | 0.24 | 338.57 | 0.48 | 0.55 |
| Hex | C3 | 53 | 7B | 0 | 39 | 25 | 18 | 153 | 30 | 37 |
| Octal | 303 | 123 | 173 | 0 | 71 | 45 | 30 | 523 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1111011 | 0 | 111001 | 100101 | 11000 | 101010011 | 110000 | 110111 |
Color Harmonies of #C3537B
Complementary color
Monochromatic Colors of #C3537B
Black with #C3537B
Text Example
Text Example
White with #C3537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3537B; }
p { color: rgb(195,83,123); }
H1.HeaderClassName
{
color: #C3537B;
}
.AnyTagClassName
{
color: #C3537B;
}
</style>
background-color css
<style>
a { background-color: #C3537B; }
a { background-color: rgb(195,83,123); }
div.DivClassName
{
background-color: #C3537B;
}
.BgClassName
{
background-color: #C3537B;
}
</style>
border-color css
<style>
span { border-color: #C3537B; }
span { border-color: rgb(195,83,123); }
td.TdClassName
{
border-color: #C3537B;
}
.TagClassName
{
border-color: #C3537B;
}
</style>