Shades of Royal Heath #C03A6B
Tints of Royal Heath #C03A6B
RGB
CMYK
RGB Variations
Color information
#C03A6B (or 0xC03A6B) is known color: Royal Heath. HEX triplet: C0, 3A and 6B. RGB value is (192,58,107). Sum of RGB (Red+Green+Blue) = 192+58+107=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A6B is #3FC594. Grayscale: #676767. Windows color (decimal): -4179349 or 7027392. OLE color: 7027392.
HSL color Cylindrical-coordinate representation of color #C03A6B: hue angle of 338.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A6B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 107 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.25 |
| HSL | 338.06º | 0.54% | 0.49% | - |
| HSV(B) | 338.06º | 0.7% | 0.75% | - |
| XYZ | 25.91 | 15.29 | 15.5 | - |
| YUV | 103.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 107 | 0 | 0.70 | 0.44 | 0.25 | 338.06 | 0.54 | 0.49 |
| Hex | C0 | 3A | 6B | 0 | 46 | 2C | 19 | 152 | 36 | 31 |
| Octal | 300 | 72 | 153 | 0 | 106 | 54 | 31 | 522 | 66 | 61 |
| Binary | 11000000 | 111010 | 1101011 | 0 | 1000110 | 101100 | 11001 | 101010010 | 110110 | 110001 |
Color Harmonies of #C03A6B
Complementary color
Monochromatic Colors of #C03A6B
Black with #C03A6B
Text Example
Text Example
White with #C03A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A6B; }
p { color: rgb(192,58,107); }
H1.HeaderClassName
{
color: #C03A6B;
}
.AnyTagClassName
{
color: #C03A6B;
}
</style>
background-color css
<style>
a { background-color: #C03A6B; }
a { background-color: rgb(192,58,107); }
div.DivClassName
{
background-color: #C03A6B;
}
.BgClassName
{
background-color: #C03A6B;
}
</style>
border-color css
<style>
span { border-color: #C03A6B; }
span { border-color: rgb(192,58,107); }
td.TdClassName
{
border-color: #C03A6B;
}
.TagClassName
{
border-color: #C03A6B;
}
</style>