Shades of Royal Heath #C13D6A
Tints of Royal Heath #C13D6A
RGB
CMYK
RGB Variations
Color information
#C13D6A (or 0xC13D6A) is known color: Royal Heath. HEX triplet: C1, 3D and 6A. RGB value is (193,61,106). Sum of RGB (Red+Green+Blue) = 193+61+106=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D6A is #3EC295. Grayscale: #696969. Windows color (decimal): -4113046 or 6962625. OLE color: 6962625.
HSL color Cylindrical-coordinate representation of color #C13D6A: hue angle of 339.55º 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 #C13D6A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 106 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.24 |
| HSL | 339.55º | 0.52% | 0.5% | - |
| HSV(B) | 339.55º | 0.68% | 0.76% | - |
| XYZ | 26.26 | 15.72 | 15.28 | - |
| YUV | 105.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 106 | 0 | 0.68 | 0.45 | 0.24 | 339.55 | 0.52 | 0.5 |
| Hex | C1 | 3D | 6A | 0 | 44 | 2D | 18 | 154 | 34 | 32 |
| Octal | 301 | 75 | 152 | 0 | 104 | 55 | 30 | 524 | 64 | 62 |
| Binary | 11000001 | 111101 | 1101010 | 0 | 1000100 | 101101 | 11000 | 101010100 | 110100 | 110010 |
Color Harmonies of #C13D6A
Complementary color
Monochromatic Colors of #C13D6A
Black with #C13D6A
Text Example
Text Example
White with #C13D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D6A; }
p { color: rgb(193,61,106); }
H1.HeaderClassName
{
color: #C13D6A;
}
.AnyTagClassName
{
color: #C13D6A;
}
</style>
background-color css
<style>
a { background-color: #C13D6A; }
a { background-color: rgb(193,61,106); }
div.DivClassName
{
background-color: #C13D6A;
}
.BgClassName
{
background-color: #C13D6A;
}
</style>
border-color css
<style>
span { border-color: #C13D6A; }
span { border-color: rgb(193,61,106); }
td.TdClassName
{
border-color: #C13D6A;
}
.TagClassName
{
border-color: #C13D6A;
}
</style>