Shades of Royal Heath #C3547A
Tints of Royal Heath #C3547A
RGB
CMYK
RGB Variations
Color information
#C3547A (or 0xC3547A) is known color: Royal Heath. HEX triplet: C3, 54 and 7A. RGB value is (195,84,122). Sum of RGB (Red+Green+Blue) = 195+84+122=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3547A is #3CAB85. Grayscale: #797979. Windows color (decimal): -3976070 or 8017091. OLE color: 8017091.
HSL color Cylindrical-coordinate representation of color #C3547A: hue angle of 339.46º 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 #C3547A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 122 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.24 |
| HSL | 339.46º | 0.48% | 0.55% | - |
| HSV(B) | 339.46º | 0.57% | 0.76% | - |
| XYZ | 29.19 | 19.35 | 20.61 | - |
| YUV | 121.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 122 | 0 | 0.57 | 0.37 | 0.24 | 339.46 | 0.48 | 0.55 |
| Hex | C3 | 54 | 7A | 0 | 39 | 25 | 18 | 153 | 30 | 37 |
| Octal | 303 | 124 | 172 | 0 | 71 | 45 | 30 | 523 | 60 | 67 |
| Binary | 11000011 | 1010100 | 1111010 | 0 | 111001 | 100101 | 11000 | 101010011 | 110000 | 110111 |
Color Harmonies of #C3547A
Complementary color
Monochromatic Colors of #C3547A
Black with #C3547A
Text Example
Text Example
White with #C3547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3547A; }
p { color: rgb(195,84,122); }
H1.HeaderClassName
{
color: #C3547A;
}
.AnyTagClassName
{
color: #C3547A;
}
</style>
background-color css
<style>
a { background-color: #C3547A; }
a { background-color: rgb(195,84,122); }
div.DivClassName
{
background-color: #C3547A;
}
.BgClassName
{
background-color: #C3547A;
}
</style>
border-color css
<style>
span { border-color: #C3547A; }
span { border-color: rgb(195,84,122); }
td.TdClassName
{
border-color: #C3547A;
}
.TagClassName
{
border-color: #C3547A;
}
</style>