Shades of Royal Heath #C44175
Tints of Royal Heath #C44175
RGB
CMYK
RGB Variations
Color information
#C44175 (or 0xC44175) is known color: Royal Heath. HEX triplet: C4, 41 and 75. RGB value is (196,65,117). Sum of RGB (Red+Green+Blue) = 196+65+117=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44175 is #3BBE8A. Grayscale: #6E6E6E. Windows color (decimal): -3915403 or 7684548. OLE color: 7684548.
HSL color Cylindrical-coordinate representation of color #C44175: hue angle of 336.18º 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 #C44175 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 117 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.23 |
| HSL | 336.18º | 0.53% | 0.51% | - |
| HSV(B) | 336.18º | 0.67% | 0.77% | - |
| XYZ | 27.87 | 16.8 | 18.6 | - |
| YUV | 110.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 117 | 0 | 0.67 | 0.40 | 0.23 | 336.18 | 0.53 | 0.51 |
| Hex | C4 | 41 | 75 | 0 | 43 | 28 | 17 | 150 | 35 | 33 |
| Octal | 304 | 101 | 165 | 0 | 103 | 50 | 27 | 520 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1110101 | 0 | 1000011 | 101000 | 10111 | 101010000 | 110101 | 110011 |
Color Harmonies of #C44175
Complementary color
Monochromatic Colors of #C44175
Black with #C44175
Text Example
Text Example
White with #C44175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44175; }
p { color: rgb(196,65,117); }
H1.HeaderClassName
{
color: #C44175;
}
.AnyTagClassName
{
color: #C44175;
}
</style>
background-color css
<style>
a { background-color: #C44175; }
a { background-color: rgb(196,65,117); }
div.DivClassName
{
background-color: #C44175;
}
.BgClassName
{
background-color: #C44175;
}
</style>
border-color css
<style>
span { border-color: #C44175; }
span { border-color: rgb(196,65,117); }
td.TdClassName
{
border-color: #C44175;
}
.TagClassName
{
border-color: #C44175;
}
</style>