Shades of Royal Heath #C34977
Tints of Royal Heath #C34977
RGB
CMYK
RGB Variations
Color information
#C34977 (or 0xC34977) is known color: Royal Heath. HEX triplet: C3, 49 and 77. RGB value is (195,73,119). Sum of RGB (Red+Green+Blue) = 195+73+119=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C34977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34977 is #3CB688. Grayscale: #727272. Windows color (decimal): -3978889 or 7817667. OLE color: 7817667.
HSL color Cylindrical-coordinate representation of color #C34977: hue angle of 337.38º 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 #C34977 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 119 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.24 |
| HSL | 337.38º | 0.5% | 0.53% | - |
| HSV(B) | 337.38º | 0.63% | 0.76% | - |
| XYZ | 28.22 | 17.7 | 19.38 | - |
| YUV | 114.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 119 | 0 | 0.63 | 0.39 | 0.24 | 337.38 | 0.5 | 0.53 |
| Hex | C3 | 49 | 77 | 0 | 3F | 27 | 18 | 151 | 32 | 35 |
| Octal | 303 | 111 | 167 | 0 | 77 | 47 | 30 | 521 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1110111 | 0 | 111111 | 100111 | 11000 | 101010001 | 110010 | 110101 |
Color Harmonies of #C34977
Complementary color
Monochromatic Colors of #C34977
Black with #C34977
Text Example
Text Example
White with #C34977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34977; }
p { color: rgb(195,73,119); }
H1.HeaderClassName
{
color: #C34977;
}
.AnyTagClassName
{
color: #C34977;
}
</style>
background-color css
<style>
a { background-color: #C34977; }
a { background-color: rgb(195,73,119); }
div.DivClassName
{
background-color: #C34977;
}
.BgClassName
{
background-color: #C34977;
}
</style>
border-color css
<style>
span { border-color: #C34977; }
span { border-color: rgb(195,73,119); }
td.TdClassName
{
border-color: #C34977;
}
.TagClassName
{
border-color: #C34977;
}
</style>