Shades of Rouge #C23864
Tints of Rouge #C23864
RGB
CMYK
RGB Variations
Color information
#C23864 (or 0xC23864) is known color: Rouge. HEX triplet: C2, 38 and 64. RGB value is (194,56,100). Sum of RGB (Red+Green+Blue) = 194+56+100=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23864 is #3DC79B. Grayscale: #666666. Windows color (decimal): -4048796 or 6568130. OLE color: 6568130.
HSL color Cylindrical-coordinate representation of color #C23864: hue angle of 340.87º 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 #C23864 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 100 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.24 |
| HSL | 340.87º | 0.55% | 0.49% | - |
| HSV(B) | 340.87º | 0.71% | 0.76% | - |
| XYZ | 25.96 | 15.22 | 13.63 | - |
| YUV | 102.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 100 | 0 | 0.71 | 0.48 | 0.24 | 340.87 | 0.55 | 0.49 |
| Hex | C2 | 38 | 64 | 0 | 47 | 30 | 18 | 155 | 37 | 31 |
| Octal | 302 | 70 | 144 | 0 | 107 | 60 | 30 | 525 | 67 | 61 |
| Binary | 11000010 | 111000 | 1100100 | 0 | 1000111 | 110000 | 11000 | 101010101 | 110111 | 110001 |
Color Harmonies of #C23864
Complementary color
Monochromatic Colors of #C23864
Black with #C23864
Text Example
Text Example
White with #C23864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23864; }
p { color: rgb(194,56,100); }
H1.HeaderClassName
{
color: #C23864;
}
.AnyTagClassName
{
color: #C23864;
}
</style>
background-color css
<style>
a { background-color: #C23864; }
a { background-color: rgb(194,56,100); }
div.DivClassName
{
background-color: #C23864;
}
.BgClassName
{
background-color: #C23864;
}
</style>
border-color css
<style>
span { border-color: #C23864; }
span { border-color: rgb(194,56,100); }
td.TdClassName
{
border-color: #C23864;
}
.TagClassName
{
border-color: #C23864;
}
</style>