Shades of Royal Heath #C3557B
Tints of Royal Heath #C3557B
RGB
CMYK
RGB Variations
Color information
#C3557B (or 0xC3557B) is known color: Royal Heath. HEX triplet: C3, 55 and 7B. RGB value is (195,85,123). Sum of RGB (Red+Green+Blue) = 195+85+123=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3557B is #3CAA84. Grayscale: #7A7A7A. Windows color (decimal): -3975813 or 8082883. OLE color: 8082883.
HSL color Cylindrical-coordinate representation of color #C3557B: hue angle of 339.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3557B is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 123 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.24 |
| HSL | 339.27º | 0.48% | 0.55% | - |
| HSV(B) | 339.27º | 0.56% | 0.76% | - |
| XYZ | 29.33 | 19.53 | 20.96 | - |
| YUV | 122.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 123 | 0 | 0.56 | 0.37 | 0.24 | 339.27 | 0.48 | 0.55 |
| Hex | C3 | 55 | 7B | 0 | 38 | 25 | 18 | 153 | 30 | 37 |
| Octal | 303 | 125 | 173 | 0 | 70 | 45 | 30 | 523 | 60 | 67 |
| Binary | 11000011 | 1010101 | 1111011 | 0 | 111000 | 100101 | 11000 | 101010011 | 110000 | 110111 |
Color Harmonies of #C3557B
Complementary color
Monochromatic Colors of #C3557B
Black with #C3557B
Text Example
Text Example
White with #C3557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3557B; }
p { color: rgb(195,85,123); }
H1.HeaderClassName
{
color: #C3557B;
}
.AnyTagClassName
{
color: #C3557B;
}
</style>
background-color css
<style>
a { background-color: #C3557B; }
a { background-color: rgb(195,85,123); }
div.DivClassName
{
background-color: #C3557B;
}
.BgClassName
{
background-color: #C3557B;
}
</style>
border-color css
<style>
span { border-color: #C3557B; }
span { border-color: rgb(195,85,123); }
td.TdClassName
{
border-color: #C3557B;
}
.TagClassName
{
border-color: #C3557B;
}
</style>