Shades of Royal Heath #C04575
Tints of Royal Heath #C04575
RGB
CMYK
RGB Variations
Color information
#C04575 (or 0xC04575) is known color: Royal Heath. HEX triplet: C0, 45 and 75. RGB value is (192,69,117). Sum of RGB (Red+Green+Blue) = 192+69+117=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04575 is #3FBA8A. Grayscale: #6F6F6F. Windows color (decimal): -4176523 or 7685568. OLE color: 7685568.
HSL color Cylindrical-coordinate representation of color #C04575: hue angle of 336.59º 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 #C04575 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 117 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.25 |
| HSL | 336.59º | 0.49% | 0.51% | - |
| HSV(B) | 336.59º | 0.64% | 0.75% | - |
| XYZ | 27.08 | 16.75 | 18.64 | - |
| YUV | 111.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 117 | 0 | 0.64 | 0.39 | 0.25 | 336.59 | 0.49 | 0.51 |
| Hex | C0 | 45 | 75 | 0 | 40 | 27 | 19 | 151 | 31 | 33 |
| Octal | 300 | 105 | 165 | 0 | 100 | 47 | 31 | 521 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1110101 | 0 | 1000000 | 100111 | 11001 | 101010001 | 110001 | 110011 |
Color Harmonies of #C04575
Complementary color
Monochromatic Colors of #C04575
Black with #C04575
Text Example
Text Example
White with #C04575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04575; }
p { color: rgb(192,69,117); }
H1.HeaderClassName
{
color: #C04575;
}
.AnyTagClassName
{
color: #C04575;
}
</style>
background-color css
<style>
a { background-color: #C04575; }
a { background-color: rgb(192,69,117); }
div.DivClassName
{
background-color: #C04575;
}
.BgClassName
{
background-color: #C04575;
}
</style>
border-color css
<style>
span { border-color: #C04575; }
span { border-color: rgb(192,69,117); }
td.TdClassName
{
border-color: #C04575;
}
.TagClassName
{
border-color: #C04575;
}
</style>