Shades of Royal Heath #C13D76
Tints of Royal Heath #C13D76
RGB
CMYK
RGB Variations
Color information
#C13D76 (or 0xC13D76) is known color: Royal Heath. HEX triplet: C1, 3D and 76. RGB value is (193,61,118). Sum of RGB (Red+Green+Blue) = 193+61+118=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D76 is #3EC289. Grayscale: #6A6A6A. Windows color (decimal): -4113034 or 7749057. OLE color: 7749057.
HSL color Cylindrical-coordinate representation of color #C13D76: hue angle of 334.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D76 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 118 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.24 |
| HSL | 334.09º | 0.52% | 0.5% | - |
| HSV(B) | 334.09º | 0.68% | 0.76% | - |
| XYZ | 26.93 | 15.98 | 18.81 | - |
| YUV | 106.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 118 | 0 | 0.68 | 0.39 | 0.24 | 334.09 | 0.52 | 0.5 |
| Hex | C1 | 3D | 76 | 0 | 44 | 27 | 18 | 14E | 34 | 32 |
| Octal | 301 | 75 | 166 | 0 | 104 | 47 | 30 | 516 | 64 | 62 |
| Binary | 11000001 | 111101 | 1110110 | 0 | 1000100 | 100111 | 11000 | 101001110 | 110100 | 110010 |
Color Harmonies of #C13D76
Complementary color
Monochromatic Colors of #C13D76
Black with #C13D76
Text Example
Text Example
White with #C13D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D76; }
p { color: rgb(193,61,118); }
H1.HeaderClassName
{
color: #C13D76;
}
.AnyTagClassName
{
color: #C13D76;
}
</style>
background-color css
<style>
a { background-color: #C13D76; }
a { background-color: rgb(193,61,118); }
div.DivClassName
{
background-color: #C13D76;
}
.BgClassName
{
background-color: #C13D76;
}
</style>
border-color css
<style>
span { border-color: #C13D76; }
span { border-color: rgb(193,61,118); }
td.TdClassName
{
border-color: #C13D76;
}
.TagClassName
{
border-color: #C13D76;
}
</style>