Shades of Royal Heath #C03B6D
Tints of Royal Heath #C03B6D
RGB
CMYK
RGB Variations
Color information
#C03B6D (or 0xC03B6D) is known color: Royal Heath. HEX triplet: C0, 3B and 6D. RGB value is (192,59,109). Sum of RGB (Red+Green+Blue) = 192+59+109=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B6D is #3FC492. Grayscale: #686868. Windows color (decimal): -4179091 or 7158720. OLE color: 7158720.
HSL color Cylindrical-coordinate representation of color #C03B6D: hue angle of 337.44º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B6D is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 109 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.25 |
| HSL | 337.44º | 0.53% | 0.49% | - |
| HSV(B) | 337.44º | 0.69% | 0.75% | - |
| XYZ | 26.06 | 15.44 | 16.07 | - |
| YUV | 104.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 109 | 0 | 0.69 | 0.43 | 0.25 | 337.44 | 0.53 | 0.49 |
| Hex | C0 | 3B | 6D | 0 | 45 | 2B | 19 | 151 | 35 | 31 |
| Octal | 300 | 73 | 155 | 0 | 105 | 53 | 31 | 521 | 65 | 61 |
| Binary | 11000000 | 111011 | 1101101 | 0 | 1000101 | 101011 | 11001 | 101010001 | 110101 | 110001 |
Color Harmonies of #C03B6D
Complementary color
Monochromatic Colors of #C03B6D
Black with #C03B6D
Text Example
Text Example
White with #C03B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B6D; }
p { color: rgb(192,59,109); }
H1.HeaderClassName
{
color: #C03B6D;
}
.AnyTagClassName
{
color: #C03B6D;
}
</style>
background-color css
<style>
a { background-color: #C03B6D; }
a { background-color: rgb(192,59,109); }
div.DivClassName
{
background-color: #C03B6D;
}
.BgClassName
{
background-color: #C03B6D;
}
</style>
border-color css
<style>
span { border-color: #C03B6D; }
span { border-color: rgb(192,59,109); }
td.TdClassName
{
border-color: #C03B6D;
}
.TagClassName
{
border-color: #C03B6D;
}
</style>