Shades of Royal Heath #C1467D
Tints of Royal Heath #C1467D
RGB
CMYK
RGB Variations
Color information
#C1467D (or 0xC1467D) is known color: Royal Heath. HEX triplet: C1, 46 and 7D. RGB value is (193,70,125). Sum of RGB (Red+Green+Blue) = 193+70+125=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1467D is #3EB982. Grayscale: #707070. Windows color (decimal): -4110723 or 8210113. OLE color: 8210113.
HSL color Cylindrical-coordinate representation of color #C1467D: hue angle of 333.17º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1467D is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 125 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.24 |
| HSL | 333.17º | 0.5% | 0.52% | - |
| HSV(B) | 333.17º | 0.64% | 0.76% | - |
| XYZ | 27.88 | 17.2 | 21.25 | - |
| YUV | 113.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 125 | 0 | 0.64 | 0.35 | 0.24 | 333.17 | 0.5 | 0.52 |
| Hex | C1 | 46 | 7D | 0 | 40 | 23 | 18 | 14D | 32 | 34 |
| Octal | 301 | 106 | 175 | 0 | 100 | 43 | 30 | 515 | 62 | 64 |
| Binary | 11000001 | 1000110 | 1111101 | 0 | 1000000 | 100011 | 11000 | 101001101 | 110010 | 110100 |
Color Harmonies of #C1467D
Complementary color
Monochromatic Colors of #C1467D
Black with #C1467D
Text Example
Text Example
White with #C1467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1467D; }
p { color: rgb(193,70,125); }
H1.HeaderClassName
{
color: #C1467D;
}
.AnyTagClassName
{
color: #C1467D;
}
</style>
background-color css
<style>
a { background-color: #C1467D; }
a { background-color: rgb(193,70,125); }
div.DivClassName
{
background-color: #C1467D;
}
.BgClassName
{
background-color: #C1467D;
}
</style>
border-color css
<style>
span { border-color: #C1467D; }
span { border-color: rgb(193,70,125); }
td.TdClassName
{
border-color: #C1467D;
}
.TagClassName
{
border-color: #C1467D;
}
</style>