Shades of Royal Heath #C74C7B
Tints of Royal Heath #C74C7B
RGB
CMYK
RGB Variations
Color information
#C74C7B (or 0xC74C7B) is known color: Royal Heath. HEX triplet: C7, 4C and 7B. RGB value is (199,76,123). Sum of RGB (Red+Green+Blue) = 199+76+123=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C7B is #38B384. Grayscale: #767676. Windows color (decimal): -3715973 or 8080583. OLE color: 8080583.
HSL color Cylindrical-coordinate representation of color #C74C7B: hue angle of 337.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74C7B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 123 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.22 |
| HSL | 337.07º | 0.52% | 0.54% | - |
| HSV(B) | 337.07º | 0.62% | 0.78% | - |
| XYZ | 29.71 | 18.74 | 20.79 | - |
| YUV | 118.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 123 | 0 | 0.62 | 0.38 | 0.22 | 337.07 | 0.52 | 0.54 |
| Hex | C7 | 4C | 7B | 0 | 3E | 26 | 16 | 151 | 34 | 36 |
| Octal | 307 | 114 | 173 | 0 | 76 | 46 | 26 | 521 | 64 | 66 |
| Binary | 11000111 | 1001100 | 1111011 | 0 | 111110 | 100110 | 10110 | 101010001 | 110100 | 110110 |
Color Harmonies of #C74C7B
Complementary color
Monochromatic Colors of #C74C7B
Black with #C74C7B
Text Example
Text Example
White with #C74C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C7B; }
p { color: rgb(199,76,123); }
H1.HeaderClassName
{
color: #C74C7B;
}
.AnyTagClassName
{
color: #C74C7B;
}
</style>
background-color css
<style>
a { background-color: #C74C7B; }
a { background-color: rgb(199,76,123); }
div.DivClassName
{
background-color: #C74C7B;
}
.BgClassName
{
background-color: #C74C7B;
}
</style>
border-color css
<style>
span { border-color: #C74C7B; }
span { border-color: rgb(199,76,123); }
td.TdClassName
{
border-color: #C74C7B;
}
.TagClassName
{
border-color: #C74C7B;
}
</style>