Shades of Royal Heath #C44073
Tints of Royal Heath #C44073
RGB
CMYK
RGB Variations
Color information
#C44073 (or 0xC44073) is known color: Royal Heath. HEX triplet: C4, 40 and 73. RGB value is (196,64,115). Sum of RGB (Red+Green+Blue) = 196+64+115=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C44073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44073 is #3BBF8C. Grayscale: #6D6D6D. Windows color (decimal): -3915661 or 7553220. OLE color: 7553220.
HSL color Cylindrical-coordinate representation of color #C44073: hue angle of 336.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44073 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 115 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.23 |
| HSL | 336.82º | 0.53% | 0.51% | - |
| HSV(B) | 336.82º | 0.67% | 0.77% | - |
| XYZ | 27.69 | 16.64 | 17.97 | - |
| YUV | 109.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 115 | 0 | 0.67 | 0.41 | 0.23 | 336.82 | 0.53 | 0.51 |
| Hex | C4 | 40 | 73 | 0 | 43 | 29 | 17 | 151 | 35 | 33 |
| Octal | 304 | 100 | 163 | 0 | 103 | 51 | 27 | 521 | 65 | 63 |
| Binary | 11000100 | 1000000 | 1110011 | 0 | 1000011 | 101001 | 10111 | 101010001 | 110101 | 110011 |
Color Harmonies of #C44073
Complementary color
Monochromatic Colors of #C44073
Black with #C44073
Text Example
Text Example
White with #C44073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44073; }
p { color: rgb(196,64,115); }
H1.HeaderClassName
{
color: #C44073;
}
.AnyTagClassName
{
color: #C44073;
}
</style>
background-color css
<style>
a { background-color: #C44073; }
a { background-color: rgb(196,64,115); }
div.DivClassName
{
background-color: #C44073;
}
.BgClassName
{
background-color: #C44073;
}
</style>
border-color css
<style>
span { border-color: #C44073; }
span { border-color: rgb(196,64,115); }
td.TdClassName
{
border-color: #C44073;
}
.TagClassName
{
border-color: #C44073;
}
</style>