Shades of Royal Heath #C03E68
Tints of Royal Heath #C03E68
RGB
CMYK
RGB Variations
Color information
#C03E68 (or 0xC03E68) is known color: Royal Heath. HEX triplet: C0, 3E and 68. RGB value is (192,62,104). Sum of RGB (Red+Green+Blue) = 192+62+104=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E68 is #3FC197. Grayscale: #696969. Windows color (decimal): -4178328 or 6831808. OLE color: 6831808.
HSL color Cylindrical-coordinate representation of color #C03E68: hue angle of 340.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E68 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 104 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.25 |
| HSL | 340.62º | 0.51% | 0.5% | - |
| HSV(B) | 340.62º | 0.68% | 0.75% | - |
| XYZ | 25.96 | 15.65 | 14.75 | - |
| YUV | 105.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 104 | 0 | 0.68 | 0.46 | 0.25 | 340.62 | 0.51 | 0.5 |
| Hex | C0 | 3E | 68 | 0 | 44 | 2E | 19 | 155 | 33 | 32 |
| Octal | 300 | 76 | 150 | 0 | 104 | 56 | 31 | 525 | 63 | 62 |
| Binary | 11000000 | 111110 | 1101000 | 0 | 1000100 | 101110 | 11001 | 101010101 | 110011 | 110010 |
Color Harmonies of #C03E68
Complementary color
Monochromatic Colors of #C03E68
Black with #C03E68
Text Example
Text Example
White with #C03E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E68; }
p { color: rgb(192,62,104); }
H1.HeaderClassName
{
color: #C03E68;
}
.AnyTagClassName
{
color: #C03E68;
}
</style>
background-color css
<style>
a { background-color: #C03E68; }
a { background-color: rgb(192,62,104); }
div.DivClassName
{
background-color: #C03E68;
}
.BgClassName
{
background-color: #C03E68;
}
</style>
border-color css
<style>
span { border-color: #C03E68; }
span { border-color: rgb(192,62,104); }
td.TdClassName
{
border-color: #C03E68;
}
.TagClassName
{
border-color: #C03E68;
}
</style>