Shades of Royal Heath #C5386B
Tints of Royal Heath #C5386B
RGB
CMYK
RGB Variations
Color information
#C5386B (or 0xC5386B) is known color: Royal Heath. HEX triplet: C5, 38 and 6B. RGB value is (197,56,107). Sum of RGB (Red+Green+Blue) = 197+56+107=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5386B is #3AC794. Grayscale: #676767. Windows color (decimal): -3852181 or 7026885. OLE color: 7026885.
HSL color Cylindrical-coordinate representation of color #C5386B: hue angle of 338.3º 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 #C5386B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 107 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.23 |
| HSL | 338.3º | 0.56% | 0.5% | - |
| HSV(B) | 338.3º | 0.72% | 0.77% | - |
| XYZ | 27.09 | 15.76 | 15.52 | - |
| YUV | 103.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 107 | 0 | 0.72 | 0.46 | 0.23 | 338.3 | 0.56 | 0.5 |
| Hex | C5 | 38 | 6B | 0 | 48 | 2E | 17 | 152 | 38 | 32 |
| Octal | 305 | 70 | 153 | 0 | 110 | 56 | 27 | 522 | 70 | 62 |
| Binary | 11000101 | 111000 | 1101011 | 0 | 1001000 | 101110 | 10111 | 101010010 | 111000 | 110010 |
Color Harmonies of #C5386B
Complementary color
Monochromatic Colors of #C5386B
Black with #C5386B
Text Example
Text Example
White with #C5386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5386B; }
p { color: rgb(197,56,107); }
H1.HeaderClassName
{
color: #C5386B;
}
.AnyTagClassName
{
color: #C5386B;
}
</style>
background-color css
<style>
a { background-color: #C5386B; }
a { background-color: rgb(197,56,107); }
div.DivClassName
{
background-color: #C5386B;
}
.BgClassName
{
background-color: #C5386B;
}
</style>
border-color css
<style>
span { border-color: #C5386B; }
span { border-color: rgb(197,56,107); }
td.TdClassName
{
border-color: #C5386B;
}
.TagClassName
{
border-color: #C5386B;
}
</style>