Shades of Rouge #C03166
Tints of Rouge #C03166
RGB
CMYK
RGB Variations
Color information
#C03166 (or 0xC03166) is known color: Rouge. HEX triplet: C0, 31 and 66. RGB value is (192,49,102). Sum of RGB (Red+Green+Blue) = 192+49+102=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C03166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03166 is #3FCE99. Grayscale: #616161. Windows color (decimal): -4181658 or 6697408. OLE color: 6697408.
HSL color Cylindrical-coordinate representation of color #C03166: hue angle of 337.76º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03166 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 102 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.25 |
| HSL | 337.76º | 0.59% | 0.47% | - |
| HSV(B) | 337.76º | 0.74% | 0.75% | - |
| XYZ | 25.23 | 14.36 | 14.01 | - |
| YUV | 97.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 102 | 0 | 0.74 | 0.47 | 0.25 | 337.76 | 0.59 | 0.47 |
| Hex | C0 | 31 | 66 | 0 | 4A | 2F | 19 | 152 | 3B | 2F |
| Octal | 300 | 61 | 146 | 0 | 112 | 57 | 31 | 522 | 73 | 57 |
| Binary | 11000000 | 110001 | 1100110 | 0 | 1001010 | 101111 | 11001 | 101010010 | 111011 | 101111 |
Color Harmonies of #C03166
Complementary color
Monochromatic Colors of #C03166
Black with #C03166
Text Example
Text Example
White with #C03166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03166; }
p { color: rgb(192,49,102); }
H1.HeaderClassName
{
color: #C03166;
}
.AnyTagClassName
{
color: #C03166;
}
</style>
background-color css
<style>
a { background-color: #C03166; }
a { background-color: rgb(192,49,102); }
div.DivClassName
{
background-color: #C03166;
}
.BgClassName
{
background-color: #C03166;
}
</style>
border-color css
<style>
span { border-color: #C03166; }
span { border-color: rgb(192,49,102); }
td.TdClassName
{
border-color: #C03166;
}
.TagClassName
{
border-color: #C03166;
}
</style>