Shades of Royal Heath #C13967
Tints of Royal Heath #C13967
RGB
CMYK
RGB Variations
Color information
#C13967 (or 0xC13967) is known color: Royal Heath. HEX triplet: C1, 39 and 67. RGB value is (193,57,103). Sum of RGB (Red+Green+Blue) = 193+57+103=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C13967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13967 is #3EC698. Grayscale: #666666. Windows color (decimal): -4114073 or 6764993. OLE color: 6764993.
HSL color Cylindrical-coordinate representation of color #C13967: hue angle of 339.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13967 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 103 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.24 |
| HSL | 339.71º | 0.54% | 0.49% | - |
| HSV(B) | 339.71º | 0.7% | 0.76% | - |
| XYZ | 25.9 | 15.24 | 14.41 | - |
| YUV | 102.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 103 | 0 | 0.70 | 0.47 | 0.24 | 339.71 | 0.54 | 0.49 |
| Hex | C1 | 39 | 67 | 0 | 46 | 2F | 18 | 154 | 36 | 31 |
| Octal | 301 | 71 | 147 | 0 | 106 | 57 | 30 | 524 | 66 | 61 |
| Binary | 11000001 | 111001 | 1100111 | 0 | 1000110 | 101111 | 11000 | 101010100 | 110110 | 110001 |
Color Harmonies of #C13967
Complementary color
Monochromatic Colors of #C13967
Black with #C13967
Text Example
Text Example
White with #C13967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13967; }
p { color: rgb(193,57,103); }
H1.HeaderClassName
{
color: #C13967;
}
.AnyTagClassName
{
color: #C13967;
}
</style>
background-color css
<style>
a { background-color: #C13967; }
a { background-color: rgb(193,57,103); }
div.DivClassName
{
background-color: #C13967;
}
.BgClassName
{
background-color: #C13967;
}
</style>
border-color css
<style>
span { border-color: #C13967; }
span { border-color: rgb(193,57,103); }
td.TdClassName
{
border-color: #C13967;
}
.TagClassName
{
border-color: #C13967;
}
</style>