Shades of Rouge #C03365
Tints of Rouge #C03365
RGB
CMYK
RGB Variations
Color information
#C03365 (or 0xC03365) is known color: Rouge. HEX triplet: C0, 33 and 65. RGB value is (192,51,101). Sum of RGB (Red+Green+Blue) = 192+51+101=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03365 is #3FCC9A. Grayscale: #626262. Windows color (decimal): -4181147 or 6632384. OLE color: 6632384.
HSL color Cylindrical-coordinate representation of color #C03365: hue angle of 338.72º 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 #C03365 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 101 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.25 |
| HSL | 338.72º | 0.58% | 0.48% | - |
| HSV(B) | 338.72º | 0.73% | 0.75% | - |
| XYZ | 25.27 | 14.51 | 13.78 | - |
| YUV | 98.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 101 | 0 | 0.73 | 0.47 | 0.25 | 338.72 | 0.58 | 0.48 |
| Hex | C0 | 33 | 65 | 0 | 49 | 2F | 19 | 153 | 3A | 30 |
| Octal | 300 | 63 | 145 | 0 | 111 | 57 | 31 | 523 | 72 | 60 |
| Binary | 11000000 | 110011 | 1100101 | 0 | 1001001 | 101111 | 11001 | 101010011 | 111010 | 110000 |
Color Harmonies of #C03365
Complementary color
Monochromatic Colors of #C03365
Black with #C03365
Text Example
Text Example
White with #C03365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03365; }
p { color: rgb(192,51,101); }
H1.HeaderClassName
{
color: #C03365;
}
.AnyTagClassName
{
color: #C03365;
}
</style>
background-color css
<style>
a { background-color: #C03365; }
a { background-color: rgb(192,51,101); }
div.DivClassName
{
background-color: #C03365;
}
.BgClassName
{
background-color: #C03365;
}
</style>
border-color css
<style>
span { border-color: #C03365; }
span { border-color: rgb(192,51,101); }
td.TdClassName
{
border-color: #C03365;
}
.TagClassName
{
border-color: #C03365;
}
</style>