Shades of Rouge #C03564
Tints of Rouge #C03564
RGB
CMYK
RGB Variations
Color information
#C03564 (or 0xC03564) is known color: Rouge. HEX triplet: C0, 35 and 64. RGB value is (192,53,100). Sum of RGB (Red+Green+Blue) = 192+53+100=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03564 is #3FCA9B. Grayscale: #636363. Windows color (decimal): -4180636 or 6567360. OLE color: 6567360.
HSL color Cylindrical-coordinate representation of color #C03564: hue angle of 339.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03564 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 100 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.25 |
| HSL | 339.71º | 0.57% | 0.48% | - |
| HSV(B) | 339.71º | 0.72% | 0.75% | - |
| XYZ | 25.31 | 14.67 | 13.55 | - |
| YUV | 99.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 100 | 0 | 0.72 | 0.48 | 0.25 | 339.71 | 0.57 | 0.48 |
| Hex | C0 | 35 | 64 | 0 | 48 | 30 | 19 | 154 | 39 | 30 |
| Octal | 300 | 65 | 144 | 0 | 110 | 60 | 31 | 524 | 71 | 60 |
| Binary | 11000000 | 110101 | 1100100 | 0 | 1001000 | 110000 | 11001 | 101010100 | 111001 | 110000 |
Color Harmonies of #C03564
Complementary color
Monochromatic Colors of #C03564
Black with #C03564
Text Example
Text Example
White with #C03564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03564; }
p { color: rgb(192,53,100); }
H1.HeaderClassName
{
color: #C03564;
}
.AnyTagClassName
{
color: #C03564;
}
</style>
background-color css
<style>
a { background-color: #C03564; }
a { background-color: rgb(192,53,100); }
div.DivClassName
{
background-color: #C03564;
}
.BgClassName
{
background-color: #C03564;
}
</style>
border-color css
<style>
span { border-color: #C03564; }
span { border-color: rgb(192,53,100); }
td.TdClassName
{
border-color: #C03564;
}
.TagClassName
{
border-color: #C03564;
}
</style>