Shades of Royal Heath #C5386A
Tints of Royal Heath #C5386A
RGB
CMYK
RGB Variations
Color information
#C5386A (or 0xC5386A) is known color: Royal Heath. HEX triplet: C5, 38 and 6A. RGB value is (197,56,106). Sum of RGB (Red+Green+Blue) = 197+56+106=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5386A is #3AC795. Grayscale: #676767. Windows color (decimal): -3852182 or 6961349. OLE color: 6961349.
HSL color Cylindrical-coordinate representation of color #C5386A: hue angle of 338.72º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5386A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 106 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.23 |
| HSL | 338.72º | 0.56% | 0.5% | - |
| HSV(B) | 338.72º | 0.72% | 0.77% | - |
| XYZ | 27.04 | 15.74 | 15.25 | - |
| YUV | 103.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 106 | 0 | 0.72 | 0.46 | 0.23 | 338.72 | 0.56 | 0.5 |
| Hex | C5 | 38 | 6A | 0 | 48 | 2E | 17 | 153 | 38 | 32 |
| Octal | 305 | 70 | 152 | 0 | 110 | 56 | 27 | 523 | 70 | 62 |
| Binary | 11000101 | 111000 | 1101010 | 0 | 1001000 | 101110 | 10111 | 101010011 | 111000 | 110010 |
Color Harmonies of #C5386A
Complementary color
Monochromatic Colors of #C5386A
Black with #C5386A
Text Example
Text Example
White with #C5386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5386A; }
p { color: rgb(197,56,106); }
H1.HeaderClassName
{
color: #C5386A;
}
.AnyTagClassName
{
color: #C5386A;
}
</style>
background-color css
<style>
a { background-color: #C5386A; }
a { background-color: rgb(197,56,106); }
div.DivClassName
{
background-color: #C5386A;
}
.BgClassName
{
background-color: #C5386A;
}
</style>
border-color css
<style>
span { border-color: #C5386A; }
span { border-color: rgb(197,56,106); }
td.TdClassName
{
border-color: #C5386A;
}
.TagClassName
{
border-color: #C5386A;
}
</style>