Shades of Royal Heath #C44A76
Tints of Royal Heath #C44A76
RGB
CMYK
RGB Variations
Color information
#C44A76 (or 0xC44A76) is known color: Royal Heath. HEX triplet: C4, 4A and 76. RGB value is (196,74,118). Sum of RGB (Red+Green+Blue) = 196+74+118=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A76 is #3BB589. Grayscale: #737373. Windows color (decimal): -3913098 or 7752388. OLE color: 7752388.
HSL color Cylindrical-coordinate representation of color #C44A76: hue angle of 338.36º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A76 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 118 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.23 |
| HSL | 338.36º | 0.51% | 0.53% | - |
| HSV(B) | 338.36º | 0.62% | 0.77% | - |
| XYZ | 28.48 | 17.94 | 19.1 | - |
| YUV | 115.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 118 | 0 | 0.62 | 0.40 | 0.23 | 338.36 | 0.51 | 0.53 |
| Hex | C4 | 4A | 76 | 0 | 3E | 28 | 17 | 152 | 33 | 35 |
| Octal | 304 | 112 | 166 | 0 | 76 | 50 | 27 | 522 | 63 | 65 |
| Binary | 11000100 | 1001010 | 1110110 | 0 | 111110 | 101000 | 10111 | 101010010 | 110011 | 110101 |
Color Harmonies of #C44A76
Complementary color
Monochromatic Colors of #C44A76
Black with #C44A76
Text Example
Text Example
White with #C44A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A76; }
p { color: rgb(196,74,118); }
H1.HeaderClassName
{
color: #C44A76;
}
.AnyTagClassName
{
color: #C44A76;
}
</style>
background-color css
<style>
a { background-color: #C44A76; }
a { background-color: rgb(196,74,118); }
div.DivClassName
{
background-color: #C44A76;
}
.BgClassName
{
background-color: #C44A76;
}
</style>
border-color css
<style>
span { border-color: #C44A76; }
span { border-color: rgb(196,74,118); }
td.TdClassName
{
border-color: #C44A76;
}
.TagClassName
{
border-color: #C44A76;
}
</style>