Shades of Royal Heath #C1446A
Tints of Royal Heath #C1446A
RGB
CMYK
RGB Variations
Color information
#C1446A (or 0xC1446A) is known color: Royal Heath. HEX triplet: C1, 44 and 6A. RGB value is (193,68,106). Sum of RGB (Red+Green+Blue) = 193+68+106=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1446A is #3EBB95. Grayscale: #6D6D6D. Windows color (decimal): -4111254 or 6964417. OLE color: 6964417.
HSL color Cylindrical-coordinate representation of color #C1446A: hue angle of 341.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1446A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 106 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.24 |
| HSL | 341.76º | 0.5% | 0.51% | - |
| HSV(B) | 341.76º | 0.65% | 0.76% | - |
| XYZ | 26.66 | 16.51 | 15.42 | - |
| YUV | 109.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 106 | 0 | 0.65 | 0.45 | 0.24 | 341.76 | 0.5 | 0.51 |
| Hex | C1 | 44 | 6A | 0 | 41 | 2D | 18 | 156 | 32 | 33 |
| Octal | 301 | 104 | 152 | 0 | 101 | 55 | 30 | 526 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1101010 | 0 | 1000001 | 101101 | 11000 | 101010110 | 110010 | 110011 |
Color Harmonies of #C1446A
Complementary color
Monochromatic Colors of #C1446A
Black with #C1446A
Text Example
Text Example
White with #C1446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1446A; }
p { color: rgb(193,68,106); }
H1.HeaderClassName
{
color: #C1446A;
}
.AnyTagClassName
{
color: #C1446A;
}
</style>
background-color css
<style>
a { background-color: #C1446A; }
a { background-color: rgb(193,68,106); }
div.DivClassName
{
background-color: #C1446A;
}
.BgClassName
{
background-color: #C1446A;
}
</style>
border-color css
<style>
span { border-color: #C1446A; }
span { border-color: rgb(193,68,106); }
td.TdClassName
{
border-color: #C1446A;
}
.TagClassName
{
border-color: #C1446A;
}
</style>