Shades of Royal Heath #C34773
Tints of Royal Heath #C34773
RGB
CMYK
RGB Variations
Color information
#C34773 (or 0xC34773) is known color: Royal Heath. HEX triplet: C3, 47 and 73. RGB value is (195,71,115). Sum of RGB (Red+Green+Blue) = 195+71+115=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C34773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34773 is #3CB88C. Grayscale: #717171. Windows color (decimal): -3979405 or 7555011. OLE color: 7555011.
HSL color Cylindrical-coordinate representation of color #C34773: hue angle of 338.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34773 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 115 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.24 |
| HSL | 338.71º | 0.51% | 0.52% | - |
| HSV(B) | 338.71º | 0.64% | 0.76% | - |
| XYZ | 27.85 | 17.35 | 18.1 | - |
| YUV | 113.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 115 | 0 | 0.64 | 0.41 | 0.24 | 338.71 | 0.51 | 0.52 |
| Hex | C3 | 47 | 73 | 0 | 40 | 29 | 18 | 153 | 33 | 34 |
| Octal | 303 | 107 | 163 | 0 | 100 | 51 | 30 | 523 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1110011 | 0 | 1000000 | 101001 | 11000 | 101010011 | 110011 | 110100 |
Color Harmonies of #C34773
Complementary color
Monochromatic Colors of #C34773
Black with #C34773
Text Example
Text Example
White with #C34773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34773; }
p { color: rgb(195,71,115); }
H1.HeaderClassName
{
color: #C34773;
}
.AnyTagClassName
{
color: #C34773;
}
</style>
background-color css
<style>
a { background-color: #C34773; }
a { background-color: rgb(195,71,115); }
div.DivClassName
{
background-color: #C34773;
}
.BgClassName
{
background-color: #C34773;
}
</style>
border-color css
<style>
span { border-color: #C34773; }
span { border-color: rgb(195,71,115); }
td.TdClassName
{
border-color: #C34773;
}
.TagClassName
{
border-color: #C34773;
}
</style>