Shades of Royal Heath #C04675
Tints of Royal Heath #C04675
RGB
CMYK
RGB Variations
Color information
#C04675 (or 0xC04675) is known color: Royal Heath. HEX triplet: C0, 46 and 75. RGB value is (192,70,117). Sum of RGB (Red+Green+Blue) = 192+70+117=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04675 is #3FB98A. Grayscale: #6F6F6F. Windows color (decimal): -4176267 or 7685824. OLE color: 7685824.
HSL color Cylindrical-coordinate representation of color #C04675: hue angle of 336.89º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04675 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 117 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.25 |
| HSL | 336.89º | 0.49% | 0.51% | - |
| HSV(B) | 336.89º | 0.64% | 0.75% | - |
| XYZ | 27.14 | 16.87 | 18.66 | - |
| YUV | 111.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 117 | 0 | 0.64 | 0.39 | 0.25 | 336.89 | 0.49 | 0.51 |
| Hex | C0 | 46 | 75 | 0 | 40 | 27 | 19 | 151 | 31 | 33 |
| Octal | 300 | 106 | 165 | 0 | 100 | 47 | 31 | 521 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1110101 | 0 | 1000000 | 100111 | 11001 | 101010001 | 110001 | 110011 |
Color Harmonies of #C04675
Complementary color
Monochromatic Colors of #C04675
Black with #C04675
Text Example
Text Example
White with #C04675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04675; }
p { color: rgb(192,70,117); }
H1.HeaderClassName
{
color: #C04675;
}
.AnyTagClassName
{
color: #C04675;
}
</style>
background-color css
<style>
a { background-color: #C04675; }
a { background-color: rgb(192,70,117); }
div.DivClassName
{
background-color: #C04675;
}
.BgClassName
{
background-color: #C04675;
}
</style>
border-color css
<style>
span { border-color: #C04675; }
span { border-color: rgb(192,70,117); }
td.TdClassName
{
border-color: #C04675;
}
.TagClassName
{
border-color: #C04675;
}
</style>