Shades of Rouge #C23665
Tints of Rouge #C23665
RGB
CMYK
RGB Variations
Color information
#C23665 (or 0xC23665) is known color: Rouge. HEX triplet: C2, 36 and 65. RGB value is (194,54,101). Sum of RGB (Red+Green+Blue) = 194+54+101=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23665 is #3DC99A. Grayscale: #656565. Windows color (decimal): -4049307 or 6633154. OLE color: 6633154.
HSL color Cylindrical-coordinate representation of color #C23665: hue angle of 339.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23665 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 101 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.24 |
| HSL | 339.86º | 0.56% | 0.49% | - |
| HSV(B) | 339.86º | 0.72% | 0.76% | - |
| XYZ | 25.92 | 15.05 | 13.85 | - |
| YUV | 101.22 | 127.88 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 101 | 0 | 0.72 | 0.48 | 0.24 | 339.86 | 0.56 | 0.49 |
| Hex | C2 | 36 | 65 | 0 | 48 | 30 | 18 | 154 | 38 | 31 |
| Octal | 302 | 66 | 145 | 0 | 110 | 60 | 30 | 524 | 70 | 61 |
| Binary | 11000010 | 110110 | 1100101 | 0 | 1001000 | 110000 | 11000 | 101010100 | 111000 | 110001 |
Color Harmonies of #C23665
Complementary color
Monochromatic Colors of #C23665
Black with #C23665
Text Example
Text Example
White with #C23665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23665; }
p { color: rgb(194,54,101); }
H1.HeaderClassName
{
color: #C23665;
}
.AnyTagClassName
{
color: #C23665;
}
</style>
background-color css
<style>
a { background-color: #C23665; }
a { background-color: rgb(194,54,101); }
div.DivClassName
{
background-color: #C23665;
}
.BgClassName
{
background-color: #C23665;
}
</style>
border-color css
<style>
span { border-color: #C23665; }
span { border-color: rgb(194,54,101); }
td.TdClassName
{
border-color: #C23665;
}
.TagClassName
{
border-color: #C23665;
}
</style>