Shades of Royal Heath #C34970
Tints of Royal Heath #C34970
RGB
CMYK
RGB Variations
Color information
#C34970 (or 0xC34970) is known color: Royal Heath. HEX triplet: C3, 49 and 70. RGB value is (195,73,112). Sum of RGB (Red+Green+Blue) = 195+73+112=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34970 is #3CB68F. Grayscale: #717171. Windows color (decimal): -3978896 or 7358915. OLE color: 7358915.
HSL color Cylindrical-coordinate representation of color #C34970: hue angle of 340.82º 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 #C34970 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 112 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.24 |
| HSL | 340.82º | 0.5% | 0.53% | - |
| HSV(B) | 340.82º | 0.63% | 0.76% | - |
| XYZ | 27.81 | 17.54 | 17.25 | - |
| YUV | 113.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 112 | 0 | 0.63 | 0.43 | 0.24 | 340.82 | 0.5 | 0.53 |
| Hex | C3 | 49 | 70 | 0 | 3F | 2B | 18 | 155 | 32 | 35 |
| Octal | 303 | 111 | 160 | 0 | 77 | 53 | 30 | 525 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1110000 | 0 | 111111 | 101011 | 11000 | 101010101 | 110010 | 110101 |
Color Harmonies of #C34970
Complementary color
Monochromatic Colors of #C34970
Black with #C34970
Text Example
Text Example
White with #C34970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34970; }
p { color: rgb(195,73,112); }
H1.HeaderClassName
{
color: #C34970;
}
.AnyTagClassName
{
color: #C34970;
}
</style>
background-color css
<style>
a { background-color: #C34970; }
a { background-color: rgb(195,73,112); }
div.DivClassName
{
background-color: #C34970;
}
.BgClassName
{
background-color: #C34970;
}
</style>
border-color css
<style>
span { border-color: #C34970; }
span { border-color: rgb(195,73,112); }
td.TdClassName
{
border-color: #C34970;
}
.TagClassName
{
border-color: #C34970;
}
</style>