Shades of Rouge #C13863
Tints of Rouge #C13863
RGB
CMYK
RGB Variations
Color information
#C13863 (or 0xC13863) is known color: Rouge. HEX triplet: C1, 38 and 63. RGB value is (193,56,99). Sum of RGB (Red+Green+Blue) = 193+56+99=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C13863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13863 is #3EC79C. Grayscale: #656565. Windows color (decimal): -4114333 or 6502593. OLE color: 6502593.
HSL color Cylindrical-coordinate representation of color #C13863: hue angle of 341.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13863 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 99 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.24 |
| HSL | 341.17º | 0.55% | 0.49% | - |
| HSV(B) | 341.17º | 0.71% | 0.76% | - |
| XYZ | 25.66 | 15.07 | 13.36 | - |
| YUV | 101.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 99 | 0 | 0.71 | 0.49 | 0.24 | 341.17 | 0.55 | 0.49 |
| Hex | C1 | 38 | 63 | 0 | 47 | 31 | 18 | 155 | 37 | 31 |
| Octal | 301 | 70 | 143 | 0 | 107 | 61 | 30 | 525 | 67 | 61 |
| Binary | 11000001 | 111000 | 1100011 | 0 | 1000111 | 110001 | 11000 | 101010101 | 110111 | 110001 |
Color Harmonies of #C13863
Complementary color
Monochromatic Colors of #C13863
Black with #C13863
Text Example
Text Example
White with #C13863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13863; }
p { color: rgb(193,56,99); }
H1.HeaderClassName
{
color: #C13863;
}
.AnyTagClassName
{
color: #C13863;
}
</style>
background-color css
<style>
a { background-color: #C13863; }
a { background-color: rgb(193,56,99); }
div.DivClassName
{
background-color: #C13863;
}
.BgClassName
{
background-color: #C13863;
}
</style>
border-color css
<style>
span { border-color: #C13863; }
span { border-color: rgb(193,56,99); }
td.TdClassName
{
border-color: #C13863;
}
.TagClassName
{
border-color: #C13863;
}
</style>