Shades of Royal Heath #C5356F
Tints of Royal Heath #C5356F
RGB
CMYK
RGB Variations
Color information
#C5356F (or 0xC5356F) is known color: Royal Heath. HEX triplet: C5, 35 and 6F. RGB value is (197,53,111). Sum of RGB (Red+Green+Blue) = 197+53+111=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5356F is #3ACA90. Grayscale: #666666. Windows color (decimal): -3852945 or 7288261. OLE color: 7288261.
HSL color Cylindrical-coordinate representation of color #C5356F: hue angle of 335.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5356F is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 111 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.23 |
| HSL | 335.83º | 0.58% | 0.49% | - |
| HSV(B) | 335.83º | 0.73% | 0.77% | - |
| XYZ | 27.17 | 15.56 | 16.61 | - |
| YUV | 102.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 111 | 0 | 0.73 | 0.44 | 0.23 | 335.83 | 0.58 | 0.49 |
| Hex | C5 | 35 | 6F | 0 | 49 | 2C | 17 | 150 | 3A | 31 |
| Octal | 305 | 65 | 157 | 0 | 111 | 54 | 27 | 520 | 72 | 61 |
| Binary | 11000101 | 110101 | 1101111 | 0 | 1001001 | 101100 | 10111 | 101010000 | 111010 | 110001 |
Color Harmonies of #C5356F
Complementary color
Monochromatic Colors of #C5356F
Black with #C5356F
Text Example
Text Example
White with #C5356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5356F; }
p { color: rgb(197,53,111); }
H1.HeaderClassName
{
color: #C5356F;
}
.AnyTagClassName
{
color: #C5356F;
}
</style>
background-color css
<style>
a { background-color: #C5356F; }
a { background-color: rgb(197,53,111); }
div.DivClassName
{
background-color: #C5356F;
}
.BgClassName
{
background-color: #C5356F;
}
</style>
border-color css
<style>
span { border-color: #C5356F; }
span { border-color: rgb(197,53,111); }
td.TdClassName
{
border-color: #C5356F;
}
.TagClassName
{
border-color: #C5356F;
}
</style>