Shades of Royal Heath #C34573
Tints of Royal Heath #C34573
RGB
CMYK
RGB Variations
Color information
#C34573 (or 0xC34573) is known color: Royal Heath. HEX triplet: C3, 45 and 73. RGB value is (195,69,115). Sum of RGB (Red+Green+Blue) = 195+69+115=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34573 is #3CBA8C. Grayscale: #6F6F6F. Windows color (decimal): -3979917 or 7554499. OLE color: 7554499.
HSL color Cylindrical-coordinate representation of color #C34573: hue angle of 338.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34573 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 115 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.24 |
| HSL | 338.1º | 0.51% | 0.52% | - |
| HSV(B) | 338.1º | 0.65% | 0.76% | - |
| XYZ | 27.73 | 17.1 | 18.06 | - |
| YUV | 111.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 115 | 0 | 0.65 | 0.41 | 0.24 | 338.1 | 0.51 | 0.52 |
| Hex | C3 | 45 | 73 | 0 | 41 | 29 | 18 | 152 | 33 | 34 |
| Octal | 303 | 105 | 163 | 0 | 101 | 51 | 30 | 522 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1110011 | 0 | 1000001 | 101001 | 11000 | 101010010 | 110011 | 110100 |
Color Harmonies of #C34573
Complementary color
Monochromatic Colors of #C34573
Black with #C34573
Text Example
Text Example
White with #C34573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34573; }
p { color: rgb(195,69,115); }
H1.HeaderClassName
{
color: #C34573;
}
.AnyTagClassName
{
color: #C34573;
}
</style>
background-color css
<style>
a { background-color: #C34573; }
a { background-color: rgb(195,69,115); }
div.DivClassName
{
background-color: #C34573;
}
.BgClassName
{
background-color: #C34573;
}
</style>
border-color css
<style>
span { border-color: #C34573; }
span { border-color: rgb(195,69,115); }
td.TdClassName
{
border-color: #C34573;
}
.TagClassName
{
border-color: #C34573;
}
</style>