Shades of Rouge #C23963
Tints of Rouge #C23963
RGB
CMYK
RGB Variations
Color information
#C23963 (or 0xC23963) is known color: Rouge. HEX triplet: C2, 39 and 63. RGB value is (194,57,99). Sum of RGB (Red+Green+Blue) = 194+57+99=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23963 is #3DC69C. Grayscale: #666666. Windows color (decimal): -4048541 or 6502850. OLE color: 6502850.
HSL color Cylindrical-coordinate representation of color #C23963: hue angle of 341.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23963 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 99 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.24 |
| HSL | 341.61º | 0.55% | 0.49% | - |
| HSV(B) | 341.61º | 0.71% | 0.76% | - |
| XYZ | 25.96 | 15.3 | 13.39 | - |
| YUV | 102.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 99 | 0 | 0.71 | 0.49 | 0.24 | 341.61 | 0.55 | 0.49 |
| Hex | C2 | 39 | 63 | 0 | 47 | 31 | 18 | 156 | 37 | 31 |
| Octal | 302 | 71 | 143 | 0 | 107 | 61 | 30 | 526 | 67 | 61 |
| Binary | 11000010 | 111001 | 1100011 | 0 | 1000111 | 110001 | 11000 | 101010110 | 110111 | 110001 |
Color Harmonies of #C23963
Complementary color
Monochromatic Colors of #C23963
Black with #C23963
Text Example
Text Example
White with #C23963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23963; }
p { color: rgb(194,57,99); }
H1.HeaderClassName
{
color: #C23963;
}
.AnyTagClassName
{
color: #C23963;
}
</style>
background-color css
<style>
a { background-color: #C23963; }
a { background-color: rgb(194,57,99); }
div.DivClassName
{
background-color: #C23963;
}
.BgClassName
{
background-color: #C23963;
}
</style>
border-color css
<style>
span { border-color: #C23963; }
span { border-color: rgb(194,57,99); }
td.TdClassName
{
border-color: #C23963;
}
.TagClassName
{
border-color: #C23963;
}
</style>