Shades of Rouge #C13466
Tints of Rouge #C13466
RGB
CMYK
RGB Variations
Color information
#C13466 (or 0xC13466) is known color: Rouge. HEX triplet: C1, 34 and 66. RGB value is (193,52,102). Sum of RGB (Red+Green+Blue) = 193+52+102=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13466 is #3ECB99. Grayscale: #636363. Windows color (decimal): -4115354 or 6698177. OLE color: 6698177.
HSL color Cylindrical-coordinate representation of color #C13466: hue angle of 338.72º degrees, saturation: 0.58, 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 #C13466 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 102 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.24 |
| HSL | 338.72º | 0.58% | 0.48% | - |
| HSV(B) | 338.72º | 0.73% | 0.76% | - |
| XYZ | 25.62 | 14.75 | 14.07 | - |
| YUV | 99.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 102 | 0 | 0.73 | 0.47 | 0.24 | 338.72 | 0.58 | 0.48 |
| Hex | C1 | 34 | 66 | 0 | 49 | 2F | 18 | 153 | 3A | 30 |
| Octal | 301 | 64 | 146 | 0 | 111 | 57 | 30 | 523 | 72 | 60 |
| Binary | 11000001 | 110100 | 1100110 | 0 | 1001001 | 101111 | 11000 | 101010011 | 111010 | 110000 |
Color Harmonies of #C13466
Complementary color
Monochromatic Colors of #C13466
Black with #C13466
Text Example
Text Example
White with #C13466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13466; }
p { color: rgb(193,52,102); }
H1.HeaderClassName
{
color: #C13466;
}
.AnyTagClassName
{
color: #C13466;
}
</style>
background-color css
<style>
a { background-color: #C13466; }
a { background-color: rgb(193,52,102); }
div.DivClassName
{
background-color: #C13466;
}
.BgClassName
{
background-color: #C13466;
}
</style>
border-color css
<style>
span { border-color: #C13466; }
span { border-color: rgb(193,52,102); }
td.TdClassName
{
border-color: #C13466;
}
.TagClassName
{
border-color: #C13466;
}
</style>