Shades of Royal Heath #C44C7B
Tints of Royal Heath #C44C7B
RGB
CMYK
RGB Variations
Color information
#C44C7B (or 0xC44C7B) is known color: Royal Heath. HEX triplet: C4, 4C and 7B. RGB value is (196,76,123). Sum of RGB (Red+Green+Blue) = 196+76+123=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C7B is #3BB384. Grayscale: #757575. Windows color (decimal): -3912581 or 8080580. OLE color: 8080580.
HSL color Cylindrical-coordinate representation of color #C44C7B: hue angle of 336.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C7B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 123 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.23 |
| HSL | 336.5º | 0.5% | 0.53% | - |
| HSV(B) | 336.5º | 0.61% | 0.77% | - |
| XYZ | 28.92 | 18.33 | 20.75 | - |
| YUV | 117.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 123 | 0 | 0.61 | 0.37 | 0.23 | 336.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 7B | 0 | 3D | 25 | 17 | 150 | 32 | 35 |
| Octal | 304 | 114 | 173 | 0 | 75 | 45 | 27 | 520 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1111011 | 0 | 111101 | 100101 | 10111 | 101010000 | 110010 | 110101 |
Color Harmonies of #C44C7B
Complementary color
Monochromatic Colors of #C44C7B
Black with #C44C7B
Text Example
Text Example
White with #C44C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C7B; }
p { color: rgb(196,76,123); }
H1.HeaderClassName
{
color: #C44C7B;
}
.AnyTagClassName
{
color: #C44C7B;
}
</style>
background-color css
<style>
a { background-color: #C44C7B; }
a { background-color: rgb(196,76,123); }
div.DivClassName
{
background-color: #C44C7B;
}
.BgClassName
{
background-color: #C44C7B;
}
</style>
border-color css
<style>
span { border-color: #C44C7B; }
span { border-color: rgb(196,76,123); }
td.TdClassName
{
border-color: #C44C7B;
}
.TagClassName
{
border-color: #C44C7B;
}
</style>