Shades of Royal Heath #C84A7B
Tints of Royal Heath #C84A7B
RGB
CMYK
RGB Variations
Color information
#C84A7B (or 0xC84A7B) is known color: Royal Heath. HEX triplet: C8, 4A and 7B. RGB value is (200,74,123). Sum of RGB (Red+Green+Blue) = 200+74+123=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A7B is #37B584. Grayscale: #757575. Windows color (decimal): -3650949 or 8080072. OLE color: 8080072.
HSL color Cylindrical-coordinate representation of color #C84A7B: hue angle of 336.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A7B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 123 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.22 |
| HSL | 336.67º | 0.53% | 0.54% | - |
| HSV(B) | 336.67º | 0.63% | 0.78% | - |
| XYZ | 29.84 | 18.61 | 20.76 | - |
| YUV | 117.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 123 | 0 | 0.63 | 0.38 | 0.22 | 336.67 | 0.53 | 0.54 |
| Hex | C8 | 4A | 7B | 0 | 3F | 26 | 16 | 151 | 35 | 36 |
| Octal | 310 | 112 | 173 | 0 | 77 | 46 | 26 | 521 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1111011 | 0 | 111111 | 100110 | 10110 | 101010001 | 110101 | 110110 |
Color Harmonies of #C84A7B
Complementary color
Monochromatic Colors of #C84A7B
Black with #C84A7B
Text Example
Text Example
White with #C84A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A7B; }
p { color: rgb(200,74,123); }
H1.HeaderClassName
{
color: #C84A7B;
}
.AnyTagClassName
{
color: #C84A7B;
}
</style>
background-color css
<style>
a { background-color: #C84A7B; }
a { background-color: rgb(200,74,123); }
div.DivClassName
{
background-color: #C84A7B;
}
.BgClassName
{
background-color: #C84A7B;
}
</style>
border-color css
<style>
span { border-color: #C84A7B; }
span { border-color: rgb(200,74,123); }
td.TdClassName
{
border-color: #C84A7B;
}
.TagClassName
{
border-color: #C84A7B;
}
</style>