Shades of Rouge #C13567
Tints of Rouge #C13567
RGB
CMYK
RGB Variations
Color information
#C13567 (or 0xC13567) is known color: Rouge. HEX triplet: C1, 35 and 67. RGB value is (193,53,103). Sum of RGB (Red+Green+Blue) = 193+53+103=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C13567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13567 is #3ECA98. Grayscale: #646464. Windows color (decimal): -4115097 or 6763969. OLE color: 6763969.
HSL color Cylindrical-coordinate representation of color #C13567: hue angle of 338.57º 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 #C13567 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 103 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.24 |
| HSL | 338.57º | 0.57% | 0.48% | - |
| HSV(B) | 338.57º | 0.73% | 0.76% | - |
| XYZ | 25.71 | 14.86 | 14.35 | - |
| YUV | 100.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 103 | 0 | 0.73 | 0.47 | 0.24 | 338.57 | 0.57 | 0.48 |
| Hex | C1 | 35 | 67 | 0 | 49 | 2F | 18 | 153 | 39 | 30 |
| Octal | 301 | 65 | 147 | 0 | 111 | 57 | 30 | 523 | 71 | 60 |
| Binary | 11000001 | 110101 | 1100111 | 0 | 1001001 | 101111 | 11000 | 101010011 | 111001 | 110000 |
Color Harmonies of #C13567
Complementary color
Monochromatic Colors of #C13567
Black with #C13567
Text Example
Text Example
White with #C13567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13567; }
p { color: rgb(193,53,103); }
H1.HeaderClassName
{
color: #C13567;
}
.AnyTagClassName
{
color: #C13567;
}
</style>
background-color css
<style>
a { background-color: #C13567; }
a { background-color: rgb(193,53,103); }
div.DivClassName
{
background-color: #C13567;
}
.BgClassName
{
background-color: #C13567;
}
</style>
border-color css
<style>
span { border-color: #C13567; }
span { border-color: rgb(193,53,103); }
td.TdClassName
{
border-color: #C13567;
}
.TagClassName
{
border-color: #C13567;
}
</style>