Shades of Royal Heath #C1366F
Tints of Royal Heath #C1366F
RGB
CMYK
RGB Variations
Color information
#C1366F (or 0xC1366F) is known color: Royal Heath. HEX triplet: C1, 36 and 6F. RGB value is (193,54,111). Sum of RGB (Red+Green+Blue) = 193+54+111=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1366F is #3EC990. Grayscale: #656565. Windows color (decimal): -4114833 or 7288513. OLE color: 7288513.
HSL color Cylindrical-coordinate representation of color #C1366F: hue angle of 335.4º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1366F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 111 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.24 |
| HSL | 335.4º | 0.56% | 0.48% | - |
| HSV(B) | 335.4º | 0.72% | 0.76% | - |
| XYZ | 26.18 | 15.12 | 16.58 | - |
| YUV | 102.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 111 | 0 | 0.72 | 0.42 | 0.24 | 335.4 | 0.56 | 0.48 |
| Hex | C1 | 36 | 6F | 0 | 48 | 2A | 18 | 14F | 38 | 30 |
| Octal | 301 | 66 | 157 | 0 | 110 | 52 | 30 | 517 | 70 | 60 |
| Binary | 11000001 | 110110 | 1101111 | 0 | 1001000 | 101010 | 11000 | 101001111 | 111000 | 110000 |
Color Harmonies of #C1366F
Complementary color
Monochromatic Colors of #C1366F
Black with #C1366F
Text Example
Text Example
White with #C1366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1366F; }
p { color: rgb(193,54,111); }
H1.HeaderClassName
{
color: #C1366F;
}
.AnyTagClassName
{
color: #C1366F;
}
</style>
background-color css
<style>
a { background-color: #C1366F; }
a { background-color: rgb(193,54,111); }
div.DivClassName
{
background-color: #C1366F;
}
.BgClassName
{
background-color: #C1366F;
}
</style>
border-color css
<style>
span { border-color: #C1366F; }
span { border-color: rgb(193,54,111); }
td.TdClassName
{
border-color: #C1366F;
}
.TagClassName
{
border-color: #C1366F;
}
</style>