Shades of Rouge #C23666
Tints of Rouge #C23666
RGB
CMYK
RGB Variations
Color information
#C23666 (or 0xC23666) is known color: Rouge. HEX triplet: C2, 36 and 66. RGB value is (194,54,102). Sum of RGB (Red+Green+Blue) = 194+54+102=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23666 is #3DC999. Grayscale: #656565. Windows color (decimal): -4049306 or 6698690. OLE color: 6698690.
HSL color Cylindrical-coordinate representation of color #C23666: hue angle of 339.43º 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 #C23666 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 102 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.24 |
| HSL | 339.43º | 0.56% | 0.49% | - |
| HSV(B) | 339.43º | 0.72% | 0.76% | - |
| XYZ | 25.97 | 15.07 | 14.11 | - |
| YUV | 101.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 102 | 0 | 0.72 | 0.47 | 0.24 | 339.43 | 0.56 | 0.49 |
| Hex | C2 | 36 | 66 | 0 | 48 | 2F | 18 | 153 | 38 | 31 |
| Octal | 302 | 66 | 146 | 0 | 110 | 57 | 30 | 523 | 70 | 61 |
| Binary | 11000010 | 110110 | 1100110 | 0 | 1001000 | 101111 | 11000 | 101010011 | 111000 | 110001 |
Color Harmonies of #C23666
Complementary color
Monochromatic Colors of #C23666
Black with #C23666
Text Example
Text Example
White with #C23666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23666; }
p { color: rgb(194,54,102); }
H1.HeaderClassName
{
color: #C23666;
}
.AnyTagClassName
{
color: #C23666;
}
</style>
background-color css
<style>
a { background-color: #C23666; }
a { background-color: rgb(194,54,102); }
div.DivClassName
{
background-color: #C23666;
}
.BgClassName
{
background-color: #C23666;
}
</style>
border-color css
<style>
span { border-color: #C23666; }
span { border-color: rgb(194,54,102); }
td.TdClassName
{
border-color: #C23666;
}
.TagClassName
{
border-color: #C23666;
}
</style>