Shades of Royal Heath #C04375
Tints of Royal Heath #C04375
RGB
CMYK
RGB Variations
Color information
#C04375 (or 0xC04375) is known color: Royal Heath. HEX triplet: C0, 43 and 75. RGB value is (192,67,117). Sum of RGB (Red+Green+Blue) = 192+67+117=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04375 is #3FBC8A. Grayscale: #6E6E6E. Windows color (decimal): -4177035 or 7685056. OLE color: 7685056.
HSL color Cylindrical-coordinate representation of color #C04375: hue angle of 336º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04375 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 117 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.25 |
| HSL | 336º | 0.5% | 0.51% | - |
| HSV(B) | 336º | 0.65% | 0.75% | - |
| XYZ | 26.96 | 16.51 | 18.59 | - |
| YUV | 110.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 117 | 0 | 0.65 | 0.39 | 0.25 | 336 | 0.5 | 0.51 |
| Hex | C0 | 43 | 75 | 0 | 41 | 27 | 19 | 150 | 32 | 33 |
| Octal | 300 | 103 | 165 | 0 | 101 | 47 | 31 | 520 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1110101 | 0 | 1000001 | 100111 | 11001 | 101010000 | 110010 | 110011 |
Color Harmonies of #C04375
Complementary color
Monochromatic Colors of #C04375
Black with #C04375
Text Example
Text Example
White with #C04375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04375; }
p { color: rgb(192,67,117); }
H1.HeaderClassName
{
color: #C04375;
}
.AnyTagClassName
{
color: #C04375;
}
</style>
background-color css
<style>
a { background-color: #C04375; }
a { background-color: rgb(192,67,117); }
div.DivClassName
{
background-color: #C04375;
}
.BgClassName
{
background-color: #C04375;
}
</style>
border-color css
<style>
span { border-color: #C04375; }
span { border-color: rgb(192,67,117); }
td.TdClassName
{
border-color: #C04375;
}
.TagClassName
{
border-color: #C04375;
}
</style>