Shades of Royal Heath #C84273
Tints of Royal Heath #C84273
RGB
CMYK
RGB Variations
Color information
#C84273 (or 0xC84273) is known color: Royal Heath. HEX triplet: C8, 42 and 73. RGB value is (200,66,115). Sum of RGB (Red+Green+Blue) = 200+66+115=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C84273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84273 is #37BD8C. Grayscale: #6F6F6F. Windows color (decimal): -3653005 or 7553736. OLE color: 7553736.
HSL color Cylindrical-coordinate representation of color #C84273: hue angle of 338.06º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84273 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 115 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.22 |
| HSL | 338.06º | 0.55% | 0.52% | - |
| HSV(B) | 338.06º | 0.67% | 0.78% | - |
| XYZ | 28.86 | 17.41 | 18.06 | - |
| YUV | 111.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 115 | 0 | 0.67 | 0.42 | 0.22 | 338.06 | 0.55 | 0.52 |
| Hex | C8 | 42 | 73 | 0 | 43 | 2A | 16 | 152 | 37 | 34 |
| Octal | 310 | 102 | 163 | 0 | 103 | 52 | 26 | 522 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1110011 | 0 | 1000011 | 101010 | 10110 | 101010010 | 110111 | 110100 |
Color Harmonies of #C84273
Complementary color
Monochromatic Colors of #C84273
Black with #C84273
Text Example
Text Example
White with #C84273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84273; }
p { color: rgb(200,66,115); }
H1.HeaderClassName
{
color: #C84273;
}
.AnyTagClassName
{
color: #C84273;
}
</style>
background-color css
<style>
a { background-color: #C84273; }
a { background-color: rgb(200,66,115); }
div.DivClassName
{
background-color: #C84273;
}
.BgClassName
{
background-color: #C84273;
}
</style>
border-color css
<style>
span { border-color: #C84273; }
span { border-color: rgb(200,66,115); }
td.TdClassName
{
border-color: #C84273;
}
.TagClassName
{
border-color: #C84273;
}
</style>