Shades of Rouge #C03368
Tints of Rouge #C03368
RGB
CMYK
RGB Variations
Color information
#C03368 (or 0xC03368) is known color: Rouge. HEX triplet: C0, 33 and 68. RGB value is (192,51,104). Sum of RGB (Red+Green+Blue) = 192+51+104=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C03368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03368 is #3FCC97. Grayscale: #636363. Windows color (decimal): -4181144 or 6828992. OLE color: 6828992.
HSL color Cylindrical-coordinate representation of color #C03368: hue angle of 337.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03368 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 104 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.25 |
| HSL | 337.45º | 0.58% | 0.48% | - |
| HSV(B) | 337.45º | 0.73% | 0.75% | - |
| XYZ | 25.42 | 14.57 | 14.57 | - |
| YUV | 99.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 104 | 0 | 0.73 | 0.46 | 0.25 | 337.45 | 0.58 | 0.48 |
| Hex | C0 | 33 | 68 | 0 | 49 | 2E | 19 | 151 | 3A | 30 |
| Octal | 300 | 63 | 150 | 0 | 111 | 56 | 31 | 521 | 72 | 60 |
| Binary | 11000000 | 110011 | 1101000 | 0 | 1001001 | 101110 | 11001 | 101010001 | 111010 | 110000 |
Color Harmonies of #C03368
Complementary color
Monochromatic Colors of #C03368
Black with #C03368
Text Example
Text Example
White with #C03368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03368; }
p { color: rgb(192,51,104); }
H1.HeaderClassName
{
color: #C03368;
}
.AnyTagClassName
{
color: #C03368;
}
</style>
background-color css
<style>
a { background-color: #C03368; }
a { background-color: rgb(192,51,104); }
div.DivClassName
{
background-color: #C03368;
}
.BgClassName
{
background-color: #C03368;
}
</style>
border-color css
<style>
span { border-color: #C03368; }
span { border-color: rgb(192,51,104); }
td.TdClassName
{
border-color: #C03368;
}
.TagClassName
{
border-color: #C03368;
}
</style>