Shades of Rouge #C13B64
Tints of Rouge #C13B64
RGB
CMYK
RGB Variations
Color information
#C13B64 (or 0xC13B64) is known color: Rouge. HEX triplet: C1, 3B and 64. RGB value is (193,59,100). Sum of RGB (Red+Green+Blue) = 193+59+100=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B64 is #3EC49B. Grayscale: #676767. Windows color (decimal): -4113564 or 6568897. OLE color: 6568897.
HSL color Cylindrical-coordinate representation of color #C13B64: hue angle of 341.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B64 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 100 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.24 |
| HSL | 341.64º | 0.53% | 0.49% | - |
| HSV(B) | 341.64º | 0.69% | 0.76% | - |
| XYZ | 25.86 | 15.39 | 13.66 | - |
| YUV | 103.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 100 | 0 | 0.69 | 0.48 | 0.24 | 341.64 | 0.53 | 0.49 |
| Hex | C1 | 3B | 64 | 0 | 45 | 30 | 18 | 156 | 35 | 31 |
| Octal | 301 | 73 | 144 | 0 | 105 | 60 | 30 | 526 | 65 | 61 |
| Binary | 11000001 | 111011 | 1100100 | 0 | 1000101 | 110000 | 11000 | 101010110 | 110101 | 110001 |
Color Harmonies of #C13B64
Complementary color
Monochromatic Colors of #C13B64
Black with #C13B64
Text Example
Text Example
White with #C13B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B64; }
p { color: rgb(193,59,100); }
H1.HeaderClassName
{
color: #C13B64;
}
.AnyTagClassName
{
color: #C13B64;
}
</style>
background-color css
<style>
a { background-color: #C13B64; }
a { background-color: rgb(193,59,100); }
div.DivClassName
{
background-color: #C13B64;
}
.BgClassName
{
background-color: #C13B64;
}
</style>
border-color css
<style>
span { border-color: #C13B64; }
span { border-color: rgb(193,59,100); }
td.TdClassName
{
border-color: #C13B64;
}
.TagClassName
{
border-color: #C13B64;
}
</style>