Shades of Rouge #C13568
Tints of Rouge #C13568
RGB
CMYK
RGB Variations
Color information
#C13568 (or 0xC13568) is known color: Rouge. HEX triplet: C1, 35 and 68. RGB value is (193,53,104). Sum of RGB (Red+Green+Blue) = 193+53+104=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C13568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13568 is #3ECA97. Grayscale: #646464. Windows color (decimal): -4115096 or 6829505. OLE color: 6829505.
HSL color Cylindrical-coordinate representation of color #C13568: hue angle of 338.14º 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 #C13568 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 104 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.24 |
| HSL | 338.14º | 0.57% | 0.48% | - |
| HSV(B) | 338.14º | 0.73% | 0.76% | - |
| XYZ | 25.76 | 14.88 | 14.61 | - |
| YUV | 100.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 104 | 0 | 0.73 | 0.46 | 0.24 | 338.14 | 0.57 | 0.48 |
| Hex | C1 | 35 | 68 | 0 | 49 | 2E | 18 | 152 | 39 | 30 |
| Octal | 301 | 65 | 150 | 0 | 111 | 56 | 30 | 522 | 71 | 60 |
| Binary | 11000001 | 110101 | 1101000 | 0 | 1001001 | 101110 | 11000 | 101010010 | 111001 | 110000 |
Color Harmonies of #C13568
Complementary color
Monochromatic Colors of #C13568
Black with #C13568
Text Example
Text Example
White with #C13568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13568; }
p { color: rgb(193,53,104); }
H1.HeaderClassName
{
color: #C13568;
}
.AnyTagClassName
{
color: #C13568;
}
</style>
background-color css
<style>
a { background-color: #C13568; }
a { background-color: rgb(193,53,104); }
div.DivClassName
{
background-color: #C13568;
}
.BgClassName
{
background-color: #C13568;
}
</style>
border-color css
<style>
span { border-color: #C13568; }
span { border-color: rgb(193,53,104); }
td.TdClassName
{
border-color: #C13568;
}
.TagClassName
{
border-color: #C13568;
}
</style>