Shades of Royal Heath #C1356C
Tints of Royal Heath #C1356C
RGB
CMYK
RGB Variations
Color information
#C1356C (or 0xC1356C) is known color: Royal Heath. HEX triplet: C1, 35 and 6C. RGB value is (193,53,108). Sum of RGB (Red+Green+Blue) = 193+53+108=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1356C is #3ECA93. Grayscale: #656565. Windows color (decimal): -4115092 or 7091649. OLE color: 7091649.
HSL color Cylindrical-coordinate representation of color #C1356C: hue angle of 336.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1356C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 108 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.24 |
| HSL | 336.43º | 0.57% | 0.48% | - |
| HSV(B) | 336.43º | 0.73% | 0.76% | - |
| XYZ | 25.97 | 14.97 | 15.71 | - |
| YUV | 101.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 108 | 0 | 0.73 | 0.44 | 0.24 | 336.43 | 0.57 | 0.48 |
| Hex | C1 | 35 | 6C | 0 | 49 | 2C | 18 | 150 | 39 | 30 |
| Octal | 301 | 65 | 154 | 0 | 111 | 54 | 30 | 520 | 71 | 60 |
| Binary | 11000001 | 110101 | 1101100 | 0 | 1001001 | 101100 | 11000 | 101010000 | 111001 | 110000 |
Color Harmonies of #C1356C
Complementary color
Monochromatic Colors of #C1356C
Black with #C1356C
Text Example
Text Example
White with #C1356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1356C; }
p { color: rgb(193,53,108); }
H1.HeaderClassName
{
color: #C1356C;
}
.AnyTagClassName
{
color: #C1356C;
}
</style>
background-color css
<style>
a { background-color: #C1356C; }
a { background-color: rgb(193,53,108); }
div.DivClassName
{
background-color: #C1356C;
}
.BgClassName
{
background-color: #C1356C;
}
</style>
border-color css
<style>
span { border-color: #C1356C; }
span { border-color: rgb(193,53,108); }
td.TdClassName
{
border-color: #C1356C;
}
.TagClassName
{
border-color: #C1356C;
}
</style>