Shades of Rouge #C03862
Tints of Rouge #C03862
RGB
CMYK
RGB Variations
Color information
#C03862 (or 0xC03862) is known color: Rouge. HEX triplet: C0, 38 and 62. RGB value is (192,56,98). Sum of RGB (Red+Green+Blue) = 192+56+98=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C03862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03862 is #3FC79D. Grayscale: #656565. Windows color (decimal): -4179870 or 6437056. OLE color: 6437056.
HSL color Cylindrical-coordinate representation of color #C03862: hue angle of 341.47º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03862 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 98 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.25 |
| HSL | 341.47º | 0.55% | 0.49% | - |
| HSV(B) | 341.47º | 0.71% | 0.75% | - |
| XYZ | 25.36 | 14.92 | 13.1 | - |
| YUV | 101.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 98 | 0 | 0.71 | 0.49 | 0.25 | 341.47 | 0.55 | 0.49 |
| Hex | C0 | 38 | 62 | 0 | 47 | 31 | 19 | 155 | 37 | 31 |
| Octal | 300 | 70 | 142 | 0 | 107 | 61 | 31 | 525 | 67 | 61 |
| Binary | 11000000 | 111000 | 1100010 | 0 | 1000111 | 110001 | 11001 | 101010101 | 110111 | 110001 |
Color Harmonies of #C03862
Complementary color
Monochromatic Colors of #C03862
Black with #C03862
Text Example
Text Example
White with #C03862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03862; }
p { color: rgb(192,56,98); }
H1.HeaderClassName
{
color: #C03862;
}
.AnyTagClassName
{
color: #C03862;
}
</style>
background-color css
<style>
a { background-color: #C03862; }
a { background-color: rgb(192,56,98); }
div.DivClassName
{
background-color: #C03862;
}
.BgClassName
{
background-color: #C03862;
}
</style>
border-color css
<style>
span { border-color: #C03862; }
span { border-color: rgb(192,56,98); }
td.TdClassName
{
border-color: #C03862;
}
.TagClassName
{
border-color: #C03862;
}
</style>