Shades of Royal Heath #C34672
Tints of Royal Heath #C34672
RGB
CMYK
RGB Variations
Color information
#C34672 (or 0xC34672) is known color: Royal Heath. HEX triplet: C3, 46 and 72. RGB value is (195,70,114). Sum of RGB (Red+Green+Blue) = 195+70+114=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34672 is #3CB98D. Grayscale: #707070. Windows color (decimal): -3979662 or 7489219. OLE color: 7489219.
HSL color Cylindrical-coordinate representation of color #C34672: hue angle of 338.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34672 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 114 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.24 |
| HSL | 338.88º | 0.51% | 0.52% | - |
| HSV(B) | 338.88º | 0.64% | 0.76% | - |
| XYZ | 27.73 | 17.2 | 17.78 | - |
| YUV | 112.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 114 | 0 | 0.64 | 0.42 | 0.24 | 338.88 | 0.51 | 0.52 |
| Hex | C3 | 46 | 72 | 0 | 40 | 2A | 18 | 153 | 33 | 34 |
| Octal | 303 | 106 | 162 | 0 | 100 | 52 | 30 | 523 | 63 | 64 |
| Binary | 11000011 | 1000110 | 1110010 | 0 | 1000000 | 101010 | 11000 | 101010011 | 110011 | 110100 |
Color Harmonies of #C34672
Complementary color
Monochromatic Colors of #C34672
Black with #C34672
Text Example
Text Example
White with #C34672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34672; }
p { color: rgb(195,70,114); }
H1.HeaderClassName
{
color: #C34672;
}
.AnyTagClassName
{
color: #C34672;
}
</style>
background-color css
<style>
a { background-color: #C34672; }
a { background-color: rgb(195,70,114); }
div.DivClassName
{
background-color: #C34672;
}
.BgClassName
{
background-color: #C34672;
}
</style>
border-color css
<style>
span { border-color: #C34672; }
span { border-color: rgb(195,70,114); }
td.TdClassName
{
border-color: #C34672;
}
.TagClassName
{
border-color: #C34672;
}
</style>