Shades of Royal Heath #C45379
Tints of Royal Heath #C45379
RGB
CMYK
RGB Variations
Color information
#C45379 (or 0xC45379) is known color: Royal Heath. HEX triplet: C4, 53 and 79. RGB value is (196,83,121). Sum of RGB (Red+Green+Blue) = 196+83+121=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C45379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45379 is #3BAC86. Grayscale: #797979. Windows color (decimal): -3910791 or 7951300. OLE color: 7951300.
HSL color Cylindrical-coordinate representation of color #C45379: hue angle of 339.82º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45379 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 121 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.23 |
| HSL | 339.82º | 0.49% | 0.55% | - |
| HSV(B) | 339.82º | 0.58% | 0.77% | - |
| XYZ | 29.31 | 19.3 | 20.27 | - |
| YUV | 121.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 121 | 0 | 0.58 | 0.38 | 0.23 | 339.82 | 0.49 | 0.55 |
| Hex | C4 | 53 | 79 | 0 | 3A | 26 | 17 | 154 | 31 | 37 |
| Octal | 304 | 123 | 171 | 0 | 72 | 46 | 27 | 524 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1111001 | 0 | 111010 | 100110 | 10111 | 101010100 | 110001 | 110111 |
Color Harmonies of #C45379
Complementary color
Monochromatic Colors of #C45379
Black with #C45379
Text Example
Text Example
White with #C45379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45379; }
p { color: rgb(196,83,121); }
H1.HeaderClassName
{
color: #C45379;
}
.AnyTagClassName
{
color: #C45379;
}
</style>
background-color css
<style>
a { background-color: #C45379; }
a { background-color: rgb(196,83,121); }
div.DivClassName
{
background-color: #C45379;
}
.BgClassName
{
background-color: #C45379;
}
</style>
border-color css
<style>
span { border-color: #C45379; }
span { border-color: rgb(196,83,121); }
td.TdClassName
{
border-color: #C45379;
}
.TagClassName
{
border-color: #C45379;
}
</style>