Shades of Rouge #C13665
Tints of Rouge #C13665
RGB
CMYK
RGB Variations
Color information
#C13665 (or 0xC13665) is known color: Rouge. HEX triplet: C1, 36 and 65. RGB value is (193,54,101). Sum of RGB (Red+Green+Blue) = 193+54+101=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C13665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13665 is #3EC99A. Grayscale: #646464. Windows color (decimal): -4114843 or 6633153. OLE color: 6633153.
HSL color Cylindrical-coordinate representation of color #C13665: hue angle of 339.71º 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 #C13665 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 101 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.24 |
| HSL | 339.71º | 0.56% | 0.48% | - |
| HSV(B) | 339.71º | 0.72% | 0.76% | - |
| XYZ | 25.66 | 14.92 | 13.84 | - |
| YUV | 100.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 101 | 0 | 0.72 | 0.48 | 0.24 | 339.71 | 0.56 | 0.48 |
| Hex | C1 | 36 | 65 | 0 | 48 | 30 | 18 | 154 | 38 | 30 |
| Octal | 301 | 66 | 145 | 0 | 110 | 60 | 30 | 524 | 70 | 60 |
| Binary | 11000001 | 110110 | 1100101 | 0 | 1001000 | 110000 | 11000 | 101010100 | 111000 | 110000 |
Color Harmonies of #C13665
Complementary color
Monochromatic Colors of #C13665
Black with #C13665
Text Example
Text Example
White with #C13665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13665; }
p { color: rgb(193,54,101); }
H1.HeaderClassName
{
color: #C13665;
}
.AnyTagClassName
{
color: #C13665;
}
</style>
background-color css
<style>
a { background-color: #C13665; }
a { background-color: rgb(193,54,101); }
div.DivClassName
{
background-color: #C13665;
}
.BgClassName
{
background-color: #C13665;
}
</style>
border-color css
<style>
span { border-color: #C13665; }
span { border-color: rgb(193,54,101); }
td.TdClassName
{
border-color: #C13665;
}
.TagClassName
{
border-color: #C13665;
}
</style>