Shades of Royal Heath #C1376A
Tints of Royal Heath #C1376A
RGB
CMYK
RGB Variations
Color information
#C1376A (or 0xC1376A) is known color: Royal Heath. HEX triplet: C1, 37 and 6A. RGB value is (193,55,106). Sum of RGB (Red+Green+Blue) = 193+55+106=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1376A is #3EC895. Grayscale: #666666. Windows color (decimal): -4114582 or 6961089. OLE color: 6961089.
HSL color Cylindrical-coordinate representation of color #C1376A: hue angle of 337.83º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1376A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 106 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.24 |
| HSL | 337.83º | 0.56% | 0.49% | - |
| HSV(B) | 337.83º | 0.72% | 0.76% | - |
| XYZ | 25.96 | 15.11 | 15.18 | - |
| YUV | 102.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 106 | 0 | 0.72 | 0.45 | 0.24 | 337.83 | 0.56 | 0.49 |
| Hex | C1 | 37 | 6A | 0 | 48 | 2D | 18 | 152 | 38 | 31 |
| Octal | 301 | 67 | 152 | 0 | 110 | 55 | 30 | 522 | 70 | 61 |
| Binary | 11000001 | 110111 | 1101010 | 0 | 1001000 | 101101 | 11000 | 101010010 | 111000 | 110001 |
Color Harmonies of #C1376A
Complementary color
Monochromatic Colors of #C1376A
Black with #C1376A
Text Example
Text Example
White with #C1376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1376A; }
p { color: rgb(193,55,106); }
H1.HeaderClassName
{
color: #C1376A;
}
.AnyTagClassName
{
color: #C1376A;
}
</style>
background-color css
<style>
a { background-color: #C1376A; }
a { background-color: rgb(193,55,106); }
div.DivClassName
{
background-color: #C1376A;
}
.BgClassName
{
background-color: #C1376A;
}
</style>
border-color css
<style>
span { border-color: #C1376A; }
span { border-color: rgb(193,55,106); }
td.TdClassName
{
border-color: #C1376A;
}
.TagClassName
{
border-color: #C1376A;
}
</style>