Shades of Rouge #C23A64
Tints of Rouge #C23A64
RGB
CMYK
RGB Variations
Color information
#C23A64 (or 0xC23A64) is known color: Rouge. HEX triplet: C2, 3A and 64. RGB value is (194,58,100). Sum of RGB (Red+Green+Blue) = 194+58+100=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A64 is #3DC59B. Grayscale: #676767. Windows color (decimal): -4048284 or 6568642. OLE color: 6568642.
HSL color Cylindrical-coordinate representation of color #C23A64: hue angle of 341.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A64 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 100 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.24 |
| HSL | 341.47º | 0.54% | 0.49% | - |
| HSV(B) | 341.47º | 0.7% | 0.76% | - |
| XYZ | 26.06 | 15.42 | 13.66 | - |
| YUV | 103.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 100 | 0 | 0.70 | 0.48 | 0.24 | 341.47 | 0.54 | 0.49 |
| Hex | C2 | 3A | 64 | 0 | 46 | 30 | 18 | 155 | 36 | 31 |
| Octal | 302 | 72 | 144 | 0 | 106 | 60 | 30 | 525 | 66 | 61 |
| Binary | 11000010 | 111010 | 1100100 | 0 | 1000110 | 110000 | 11000 | 101010101 | 110110 | 110001 |
Color Harmonies of #C23A64
Complementary color
Monochromatic Colors of #C23A64
Black with #C23A64
Text Example
Text Example
White with #C23A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A64; }
p { color: rgb(194,58,100); }
H1.HeaderClassName
{
color: #C23A64;
}
.AnyTagClassName
{
color: #C23A64;
}
</style>
background-color css
<style>
a { background-color: #C23A64; }
a { background-color: rgb(194,58,100); }
div.DivClassName
{
background-color: #C23A64;
}
.BgClassName
{
background-color: #C23A64;
}
</style>
border-color css
<style>
span { border-color: #C23A64; }
span { border-color: rgb(194,58,100); }
td.TdClassName
{
border-color: #C23A64;
}
.TagClassName
{
border-color: #C23A64;
}
</style>