Shades of Rouge #C23964
Tints of Rouge #C23964
RGB
CMYK
RGB Variations
Color information
#C23964 (or 0xC23964) is known color: Rouge. HEX triplet: C2, 39 and 64. RGB value is (194,57,100). Sum of RGB (Red+Green+Blue) = 194+57+100=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C23964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23964 is #3DC69B. Grayscale: #666666. Windows color (decimal): -4048540 or 6568386. OLE color: 6568386.
HSL color Cylindrical-coordinate representation of color #C23964: hue angle of 341.17º 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 #C23964 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 100 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.24 |
| HSL | 341.17º | 0.55% | 0.49% | - |
| HSV(B) | 341.17º | 0.71% | 0.76% | - |
| XYZ | 26.01 | 15.32 | 13.64 | - |
| YUV | 102.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 100 | 0 | 0.71 | 0.48 | 0.24 | 341.17 | 0.55 | 0.49 |
| Hex | C2 | 39 | 64 | 0 | 47 | 30 | 18 | 155 | 37 | 31 |
| Octal | 302 | 71 | 144 | 0 | 107 | 60 | 30 | 525 | 67 | 61 |
| Binary | 11000010 | 111001 | 1100100 | 0 | 1000111 | 110000 | 11000 | 101010101 | 110111 | 110001 |
Color Harmonies of #C23964
Complementary color
Monochromatic Colors of #C23964
Black with #C23964
Text Example
Text Example
White with #C23964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23964; }
p { color: rgb(194,57,100); }
H1.HeaderClassName
{
color: #C23964;
}
.AnyTagClassName
{
color: #C23964;
}
</style>
background-color css
<style>
a { background-color: #C23964; }
a { background-color: rgb(194,57,100); }
div.DivClassName
{
background-color: #C23964;
}
.BgClassName
{
background-color: #C23964;
}
</style>
border-color css
<style>
span { border-color: #C23964; }
span { border-color: rgb(194,57,100); }
td.TdClassName
{
border-color: #C23964;
}
.TagClassName
{
border-color: #C23964;
}
</style>