Shades of Rouge #C03966
Tints of Rouge #C03966
RGB
CMYK
RGB Variations
Color information
#C03966 (or 0xC03966) is known color: Rouge. HEX triplet: C0, 39 and 66. RGB value is (192,57,102). Sum of RGB (Red+Green+Blue) = 192+57+102=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C03966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03966 is #3FC699. Grayscale: #666666. Windows color (decimal): -4179610 or 6699456. OLE color: 6699456.
HSL color Cylindrical-coordinate representation of color #C03966: hue angle of 340º 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 #C03966 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 102 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.25 |
| HSL | 340º | 0.54% | 0.49% | - |
| HSV(B) | 340º | 0.7% | 0.75% | - |
| XYZ | 25.6 | 15.09 | 14.13 | - |
| YUV | 102.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 102 | 0 | 0.70 | 0.47 | 0.25 | 340 | 0.54 | 0.49 |
| Hex | C0 | 39 | 66 | 0 | 46 | 2F | 19 | 154 | 36 | 31 |
| Octal | 300 | 71 | 146 | 0 | 106 | 57 | 31 | 524 | 66 | 61 |
| Binary | 11000000 | 111001 | 1100110 | 0 | 1000110 | 101111 | 11001 | 101010100 | 110110 | 110001 |
Color Harmonies of #C03966
Complementary color
Monochromatic Colors of #C03966
Black with #C03966
Text Example
Text Example
White with #C03966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03966; }
p { color: rgb(192,57,102); }
H1.HeaderClassName
{
color: #C03966;
}
.AnyTagClassName
{
color: #C03966;
}
</style>
background-color css
<style>
a { background-color: #C03966; }
a { background-color: rgb(192,57,102); }
div.DivClassName
{
background-color: #C03966;
}
.BgClassName
{
background-color: #C03966;
}
</style>
border-color css
<style>
span { border-color: #C03966; }
span { border-color: rgb(192,57,102); }
td.TdClassName
{
border-color: #C03966;
}
.TagClassName
{
border-color: #C03966;
}
</style>