Shades of Rouge #C03865
Tints of Rouge #C03865
RGB
CMYK
RGB Variations
Color information
#C03865 (or 0xC03865) is known color: Rouge. HEX triplet: C0, 38 and 65. RGB value is (192,56,101). Sum of RGB (Red+Green+Blue) = 192+56+101=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C03865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03865 is #3FC79A. Grayscale: #656565. Windows color (decimal): -4179867 or 6633664. OLE color: 6633664.
HSL color Cylindrical-coordinate representation of color #C03865: hue angle of 340.15º 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 #C03865 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 101 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.25 |
| HSL | 340.15º | 0.55% | 0.49% | - |
| HSV(B) | 340.15º | 0.71% | 0.75% | - |
| XYZ | 25.5 | 14.97 | 13.86 | - |
| YUV | 101.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 101 | 0 | 0.71 | 0.47 | 0.25 | 340.15 | 0.55 | 0.49 |
| Hex | C0 | 38 | 65 | 0 | 47 | 2F | 19 | 154 | 37 | 31 |
| Octal | 300 | 70 | 145 | 0 | 107 | 57 | 31 | 524 | 67 | 61 |
| Binary | 11000000 | 111000 | 1100101 | 0 | 1000111 | 101111 | 11001 | 101010100 | 110111 | 110001 |
Color Harmonies of #C03865
Complementary color
Monochromatic Colors of #C03865
Black with #C03865
Text Example
Text Example
White with #C03865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03865; }
p { color: rgb(192,56,101); }
H1.HeaderClassName
{
color: #C03865;
}
.AnyTagClassName
{
color: #C03865;
}
</style>
background-color css
<style>
a { background-color: #C03865; }
a { background-color: rgb(192,56,101); }
div.DivClassName
{
background-color: #C03865;
}
.BgClassName
{
background-color: #C03865;
}
</style>
border-color css
<style>
span { border-color: #C03865; }
span { border-color: rgb(192,56,101); }
td.TdClassName
{
border-color: #C03865;
}
.TagClassName
{
border-color: #C03865;
}
</style>