Shades of Royal Heath #C04071
Tints of Royal Heath #C04071
RGB
CMYK
RGB Variations
Color information
#C04071 (or 0xC04071) is known color: Royal Heath. HEX triplet: C0, 40 and 71. RGB value is (192,64,113). Sum of RGB (Red+Green+Blue) = 192+64+113=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C04071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04071 is #3FBF8E. Grayscale: #6B6B6B. Windows color (decimal): -4177807 or 7422144. OLE color: 7422144.
HSL color Cylindrical-coordinate representation of color #C04071: hue angle of 337.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04071 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 113 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.25 |
| HSL | 337.03º | 0.5% | 0.5% | - |
| HSV(B) | 337.03º | 0.67% | 0.75% | - |
| XYZ | 26.55 | 16.07 | 17.32 | - |
| YUV | 107.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 113 | 0 | 0.67 | 0.41 | 0.25 | 337.03 | 0.5 | 0.5 |
| Hex | C0 | 40 | 71 | 0 | 43 | 29 | 19 | 151 | 32 | 32 |
| Octal | 300 | 100 | 161 | 0 | 103 | 51 | 31 | 521 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1110001 | 0 | 1000011 | 101001 | 11001 | 101010001 | 110010 | 110010 |
Color Harmonies of #C04071
Complementary color
Monochromatic Colors of #C04071
Black with #C04071
Text Example
Text Example
White with #C04071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04071; }
p { color: rgb(192,64,113); }
H1.HeaderClassName
{
color: #C04071;
}
.AnyTagClassName
{
color: #C04071;
}
</style>
background-color css
<style>
a { background-color: #C04071; }
a { background-color: rgb(192,64,113); }
div.DivClassName
{
background-color: #C04071;
}
.BgClassName
{
background-color: #C04071;
}
</style>
border-color css
<style>
span { border-color: #C04071; }
span { border-color: rgb(192,64,113); }
td.TdClassName
{
border-color: #C04071;
}
.TagClassName
{
border-color: #C04071;
}
</style>