Shades of Royal Heath #C34974
Tints of Royal Heath #C34974
RGB
CMYK
RGB Variations
Color information
#C34974 (or 0xC34974) is known color: Royal Heath. HEX triplet: C3, 49 and 74. RGB value is (195,73,116). Sum of RGB (Red+Green+Blue) = 195+73+116=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34974 is #3CB68B. Grayscale: #727272. Windows color (decimal): -3978892 or 7621059. OLE color: 7621059.
HSL color Cylindrical-coordinate representation of color #C34974: hue angle of 338.85º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34974 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 116 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.24 |
| HSL | 338.85º | 0.5% | 0.53% | - |
| HSV(B) | 338.85º | 0.63% | 0.76% | - |
| XYZ | 28.04 | 17.63 | 18.45 | - |
| YUV | 114.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 116 | 0 | 0.63 | 0.41 | 0.24 | 338.85 | 0.5 | 0.53 |
| Hex | C3 | 49 | 74 | 0 | 3F | 29 | 18 | 153 | 32 | 35 |
| Octal | 303 | 111 | 164 | 0 | 77 | 51 | 30 | 523 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1110100 | 0 | 111111 | 101001 | 11000 | 101010011 | 110010 | 110101 |
Color Harmonies of #C34974
Complementary color
Monochromatic Colors of #C34974
Black with #C34974
Text Example
Text Example
White with #C34974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34974; }
p { color: rgb(195,73,116); }
H1.HeaderClassName
{
color: #C34974;
}
.AnyTagClassName
{
color: #C34974;
}
</style>
background-color css
<style>
a { background-color: #C34974; }
a { background-color: rgb(195,73,116); }
div.DivClassName
{
background-color: #C34974;
}
.BgClassName
{
background-color: #C34974;
}
</style>
border-color css
<style>
span { border-color: #C34974; }
span { border-color: rgb(195,73,116); }
td.TdClassName
{
border-color: #C34974;
}
.TagClassName
{
border-color: #C34974;
}
</style>