Shades of Royal Heath #C03F6D
Tints of Royal Heath #C03F6D
RGB
CMYK
RGB Variations
Color information
#C03F6D (or 0xC03F6D) is known color: Royal Heath. HEX triplet: C0, 3F and 6D. RGB value is (192,63,109). Sum of RGB (Red+Green+Blue) = 192+63+109=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F6D is #3FC092. Grayscale: #6A6A6A. Windows color (decimal): -4178067 or 7159744. OLE color: 7159744.
HSL color Cylindrical-coordinate representation of color #C03F6D: hue angle of 338.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F6D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 109 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.25 |
| HSL | 338.6º | 0.51% | 0.5% | - |
| HSV(B) | 338.6º | 0.67% | 0.75% | - |
| XYZ | 26.28 | 15.87 | 16.15 | - |
| YUV | 106.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 109 | 0 | 0.67 | 0.43 | 0.25 | 338.6 | 0.51 | 0.5 |
| Hex | C0 | 3F | 6D | 0 | 43 | 2B | 19 | 153 | 33 | 32 |
| Octal | 300 | 77 | 155 | 0 | 103 | 53 | 31 | 523 | 63 | 62 |
| Binary | 11000000 | 111111 | 1101101 | 0 | 1000011 | 101011 | 11001 | 101010011 | 110011 | 110010 |
Color Harmonies of #C03F6D
Complementary color
Monochromatic Colors of #C03F6D
Black with #C03F6D
Text Example
Text Example
White with #C03F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F6D; }
p { color: rgb(192,63,109); }
H1.HeaderClassName
{
color: #C03F6D;
}
.AnyTagClassName
{
color: #C03F6D;
}
</style>
background-color css
<style>
a { background-color: #C03F6D; }
a { background-color: rgb(192,63,109); }
div.DivClassName
{
background-color: #C03F6D;
}
.BgClassName
{
background-color: #C03F6D;
}
</style>
border-color css
<style>
span { border-color: #C03F6D; }
span { border-color: rgb(192,63,109); }
td.TdClassName
{
border-color: #C03F6D;
}
.TagClassName
{
border-color: #C03F6D;
}
</style>