Shades of Royal Heath #C44173
Tints of Royal Heath #C44173
RGB
CMYK
RGB Variations
Color information
#C44173 (or 0xC44173) is known color: Royal Heath. HEX triplet: C4, 41 and 73. RGB value is (196,65,115). Sum of RGB (Red+Green+Blue) = 196+65+115=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C44173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44173 is #3BBE8C. Grayscale: #6D6D6D. Windows color (decimal): -3915405 or 7553476. OLE color: 7553476.
HSL color Cylindrical-coordinate representation of color #C44173: hue angle of 337.1º 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 #C44173 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 115 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.23 |
| HSL | 337.1º | 0.53% | 0.51% | - |
| HSV(B) | 337.1º | 0.67% | 0.77% | - |
| XYZ | 27.75 | 16.75 | 17.99 | - |
| YUV | 109.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 115 | 0 | 0.67 | 0.41 | 0.23 | 337.1 | 0.53 | 0.51 |
| Hex | C4 | 41 | 73 | 0 | 43 | 29 | 17 | 151 | 35 | 33 |
| Octal | 304 | 101 | 163 | 0 | 103 | 51 | 27 | 521 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1110011 | 0 | 1000011 | 101001 | 10111 | 101010001 | 110101 | 110011 |
Color Harmonies of #C44173
Complementary color
Monochromatic Colors of #C44173
Black with #C44173
Text Example
Text Example
White with #C44173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44173; }
p { color: rgb(196,65,115); }
H1.HeaderClassName
{
color: #C44173;
}
.AnyTagClassName
{
color: #C44173;
}
</style>
background-color css
<style>
a { background-color: #C44173; }
a { background-color: rgb(196,65,115); }
div.DivClassName
{
background-color: #C44173;
}
.BgClassName
{
background-color: #C44173;
}
</style>
border-color css
<style>
span { border-color: #C44173; }
span { border-color: rgb(196,65,115); }
td.TdClassName
{
border-color: #C44173;
}
.TagClassName
{
border-color: #C44173;
}
</style>