Shades of Royal Heath #C5356D
Tints of Royal Heath #C5356D
RGB
CMYK
RGB Variations
Color information
#C5356D (or 0xC5356D) is known color: Royal Heath. HEX triplet: C5, 35 and 6D. RGB value is (197,53,109). Sum of RGB (Red+Green+Blue) = 197+53+109=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5356D is #3ACA92. Grayscale: #666666. Windows color (decimal): -3852947 or 7157189. OLE color: 7157189.
HSL color Cylindrical-coordinate representation of color #C5356D: hue angle of 336.67º 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 #C5356D is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 109 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.23 |
| HSL | 336.67º | 0.58% | 0.49% | - |
| HSV(B) | 336.67º | 0.73% | 0.77% | - |
| XYZ | 27.06 | 15.52 | 16.04 | - |
| YUV | 102.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 109 | 0 | 0.73 | 0.45 | 0.23 | 336.67 | 0.58 | 0.49 |
| Hex | C5 | 35 | 6D | 0 | 49 | 2D | 17 | 151 | 3A | 31 |
| Octal | 305 | 65 | 155 | 0 | 111 | 55 | 27 | 521 | 72 | 61 |
| Binary | 11000101 | 110101 | 1101101 | 0 | 1001001 | 101101 | 10111 | 101010001 | 111010 | 110001 |
Color Harmonies of #C5356D
Complementary color
Monochromatic Colors of #C5356D
Black with #C5356D
Text Example
Text Example
White with #C5356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5356D; }
p { color: rgb(197,53,109); }
H1.HeaderClassName
{
color: #C5356D;
}
.AnyTagClassName
{
color: #C5356D;
}
</style>
background-color css
<style>
a { background-color: #C5356D; }
a { background-color: rgb(197,53,109); }
div.DivClassName
{
background-color: #C5356D;
}
.BgClassName
{
background-color: #C5356D;
}
</style>
border-color css
<style>
span { border-color: #C5356D; }
span { border-color: rgb(197,53,109); }
td.TdClassName
{
border-color: #C5356D;
}
.TagClassName
{
border-color: #C5356D;
}
</style>