Shades of Rouge #C03A62
Tints of Rouge #C03A62
RGB
CMYK
RGB Variations
Color information
#C03A62 (or 0xC03A62) is known color: Rouge. HEX triplet: C0, 3A and 62. RGB value is (192,58,98). Sum of RGB (Red+Green+Blue) = 192+58+98=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A62 is #3FC59D. Grayscale: #666666. Windows color (decimal): -4179358 or 6437568. OLE color: 6437568.
HSL color Cylindrical-coordinate representation of color #C03A62: hue angle of 342.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A62 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 98 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.25 |
| HSL | 342.09º | 0.54% | 0.49% | - |
| HSV(B) | 342.09º | 0.7% | 0.75% | - |
| XYZ | 25.46 | 15.11 | 13.13 | - |
| YUV | 102.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 98 | 0 | 0.70 | 0.49 | 0.25 | 342.09 | 0.54 | 0.49 |
| Hex | C0 | 3A | 62 | 0 | 46 | 31 | 19 | 156 | 36 | 31 |
| Octal | 300 | 72 | 142 | 0 | 106 | 61 | 31 | 526 | 66 | 61 |
| Binary | 11000000 | 111010 | 1100010 | 0 | 1000110 | 110001 | 11001 | 101010110 | 110110 | 110001 |
Color Harmonies of #C03A62
Complementary color
Monochromatic Colors of #C03A62
Black with #C03A62
Text Example
Text Example
White with #C03A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A62; }
p { color: rgb(192,58,98); }
H1.HeaderClassName
{
color: #C03A62;
}
.AnyTagClassName
{
color: #C03A62;
}
</style>
background-color css
<style>
a { background-color: #C03A62; }
a { background-color: rgb(192,58,98); }
div.DivClassName
{
background-color: #C03A62;
}
.BgClassName
{
background-color: #C03A62;
}
</style>
border-color css
<style>
span { border-color: #C03A62; }
span { border-color: rgb(192,58,98); }
td.TdClassName
{
border-color: #C03A62;
}
.TagClassName
{
border-color: #C03A62;
}
</style>