Shades of Royal Heath #C34A73
Tints of Royal Heath #C34A73
RGB
CMYK
RGB Variations
Color information
#C34A73 (or 0xC34A73) is known color: Royal Heath. HEX triplet: C3, 4A and 73. RGB value is (195,74,115). Sum of RGB (Red+Green+Blue) = 195+74+115=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A73 is #3CB58C. Grayscale: #727272. Windows color (decimal): -3978637 or 7555779. OLE color: 7555779.
HSL color Cylindrical-coordinate representation of color #C34A73: hue angle of 339.67º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A73 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 115 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.24 |
| HSL | 339.67º | 0.5% | 0.53% | - |
| HSV(B) | 339.67º | 0.62% | 0.76% | - |
| XYZ | 28.05 | 17.74 | 18.16 | - |
| YUV | 114.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 115 | 0 | 0.62 | 0.41 | 0.24 | 339.67 | 0.5 | 0.53 |
| Hex | C3 | 4A | 73 | 0 | 3E | 29 | 18 | 154 | 32 | 35 |
| Octal | 303 | 112 | 163 | 0 | 76 | 51 | 30 | 524 | 62 | 65 |
| Binary | 11000011 | 1001010 | 1110011 | 0 | 111110 | 101001 | 11000 | 101010100 | 110010 | 110101 |
Color Harmonies of #C34A73
Complementary color
Monochromatic Colors of #C34A73
Black with #C34A73
Text Example
Text Example
White with #C34A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A73; }
p { color: rgb(195,74,115); }
H1.HeaderClassName
{
color: #C34A73;
}
.AnyTagClassName
{
color: #C34A73;
}
</style>
background-color css
<style>
a { background-color: #C34A73; }
a { background-color: rgb(195,74,115); }
div.DivClassName
{
background-color: #C34A73;
}
.BgClassName
{
background-color: #C34A73;
}
</style>
border-color css
<style>
span { border-color: #C34A73; }
span { border-color: rgb(195,74,115); }
td.TdClassName
{
border-color: #C34A73;
}
.TagClassName
{
border-color: #C34A73;
}
</style>