Shades of Royal Heath #C84378
Tints of Royal Heath #C84378
RGB
CMYK
RGB Variations
Color information
#C84378 (or 0xC84378) is known color: Royal Heath. HEX triplet: C8, 43 and 78. RGB value is (200,67,120). Sum of RGB (Red+Green+Blue) = 200+67+120=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84378 is #37BC87. Grayscale: #707070. Windows color (decimal): -3652744 or 7881672. OLE color: 7881672.
HSL color Cylindrical-coordinate representation of color #C84378: hue angle of 336.09º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84378 is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 120 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.22 |
| HSL | 336.09º | 0.55% | 0.52% | - |
| HSV(B) | 336.09º | 0.67% | 0.78% | - |
| XYZ | 29.22 | 17.65 | 19.64 | - |
| YUV | 112.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 120 | 0 | 0.66 | 0.4 | 0.22 | 336.09 | 0.55 | 0.52 |
| Hex | C8 | 43 | 78 | 0 | 42 | 28 | 16 | 150 | 37 | 34 |
| Octal | 310 | 103 | 170 | 0 | 102 | 50 | 26 | 520 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1111000 | 0 | 1000010 | 101000 | 10110 | 101010000 | 110111 | 110100 |
Color Harmonies of #C84378
Complementary color
Monochromatic Colors of #C84378
Black with #C84378
Text Example
Text Example
White with #C84378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84378; }
p { color: rgb(200,67,120); }
H1.HeaderClassName
{
color: #C84378;
}
.AnyTagClassName
{
color: #C84378;
}
</style>
background-color css
<style>
a { background-color: #C84378; }
a { background-color: rgb(200,67,120); }
div.DivClassName
{
background-color: #C84378;
}
.BgClassName
{
background-color: #C84378;
}
</style>
border-color css
<style>
span { border-color: #C84378; }
span { border-color: rgb(200,67,120); }
td.TdClassName
{
border-color: #C84378;
}
.TagClassName
{
border-color: #C84378;
}
</style>