Shades of Royal Heath #C03A6A
Tints of Royal Heath #C03A6A
RGB
CMYK
RGB Variations
Color information
#C03A6A (or 0xC03A6A) is known color: Royal Heath. HEX triplet: C0, 3A and 6A. RGB value is (192,58,106). Sum of RGB (Red+Green+Blue) = 192+58+106=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A6A is #3FC595. Grayscale: #676767. Windows color (decimal): -4179350 or 6961856. OLE color: 6961856.
HSL color Cylindrical-coordinate representation of color #C03A6A: hue angle of 338.51º 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 #C03A6A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 106 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.25 |
| HSL | 338.51º | 0.54% | 0.49% | - |
| HSV(B) | 338.51º | 0.7% | 0.75% | - |
| XYZ | 25.85 | 15.27 | 15.22 | - |
| YUV | 103.54 | 129.39 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 106 | 0 | 0.70 | 0.45 | 0.25 | 338.51 | 0.54 | 0.49 |
| Hex | C0 | 3A | 6A | 0 | 46 | 2D | 19 | 153 | 36 | 31 |
| Octal | 300 | 72 | 152 | 0 | 106 | 55 | 31 | 523 | 66 | 61 |
| Binary | 11000000 | 111010 | 1101010 | 0 | 1000110 | 101101 | 11001 | 101010011 | 110110 | 110001 |
Color Harmonies of #C03A6A
Complementary color
Monochromatic Colors of #C03A6A
Black with #C03A6A
Text Example
Text Example
White with #C03A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A6A; }
p { color: rgb(192,58,106); }
H1.HeaderClassName
{
color: #C03A6A;
}
.AnyTagClassName
{
color: #C03A6A;
}
</style>
background-color css
<style>
a { background-color: #C03A6A; }
a { background-color: rgb(192,58,106); }
div.DivClassName
{
background-color: #C03A6A;
}
.BgClassName
{
background-color: #C03A6A;
}
</style>
border-color css
<style>
span { border-color: #C03A6A; }
span { border-color: rgb(192,58,106); }
td.TdClassName
{
border-color: #C03A6A;
}
.TagClassName
{
border-color: #C03A6A;
}
</style>