Shades of Royal Heath #C13B76
Tints of Royal Heath #C13B76
RGB
CMYK
RGB Variations
Color information
#C13B76 (or 0xC13B76) is known color: Royal Heath. HEX triplet: C1, 3B and 76. RGB value is (193,59,118). Sum of RGB (Red+Green+Blue) = 193+59+118=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B76 is #3EC489. Grayscale: #696969. Windows color (decimal): -4113546 or 7748545. OLE color: 7748545.
HSL color Cylindrical-coordinate representation of color #C13B76: hue angle of 333.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B76 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 118 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.24 |
| HSL | 333.58º | 0.53% | 0.49% | - |
| HSV(B) | 333.58º | 0.69% | 0.76% | - |
| XYZ | 26.83 | 15.77 | 18.77 | - |
| YUV | 105.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 118 | 0 | 0.69 | 0.39 | 0.24 | 333.58 | 0.53 | 0.49 |
| Hex | C1 | 3B | 76 | 0 | 45 | 27 | 18 | 14E | 35 | 31 |
| Octal | 301 | 73 | 166 | 0 | 105 | 47 | 30 | 516 | 65 | 61 |
| Binary | 11000001 | 111011 | 1110110 | 0 | 1000101 | 100111 | 11000 | 101001110 | 110101 | 110001 |
Color Harmonies of #C13B76
Complementary color
Monochromatic Colors of #C13B76
Black with #C13B76
Text Example
Text Example
White with #C13B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B76; }
p { color: rgb(193,59,118); }
H1.HeaderClassName
{
color: #C13B76;
}
.AnyTagClassName
{
color: #C13B76;
}
</style>
background-color css
<style>
a { background-color: #C13B76; }
a { background-color: rgb(193,59,118); }
div.DivClassName
{
background-color: #C13B76;
}
.BgClassName
{
background-color: #C13B76;
}
</style>
border-color css
<style>
span { border-color: #C13B76; }
span { border-color: rgb(193,59,118); }
td.TdClassName
{
border-color: #C13B76;
}
.TagClassName
{
border-color: #C13B76;
}
</style>