Shades of Rouge #C23866
Tints of Rouge #C23866
RGB
CMYK
RGB Variations
Color information
#C23866 (or 0xC23866) is known color: Rouge. HEX triplet: C2, 38 and 66. RGB value is (194,56,102). Sum of RGB (Red+Green+Blue) = 194+56+102=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C23866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23866 is #3DC799. Grayscale: #666666. Windows color (decimal): -4048794 or 6699202. OLE color: 6699202.
HSL color Cylindrical-coordinate representation of color #C23866: hue angle of 340º 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 #C23866 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 102 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.24 |
| HSL | 340º | 0.55% | 0.49% | - |
| HSV(B) | 340º | 0.71% | 0.76% | - |
| XYZ | 26.06 | 15.26 | 14.14 | - |
| YUV | 102.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 102 | 0 | 0.71 | 0.47 | 0.24 | 340 | 0.55 | 0.49 |
| Hex | C2 | 38 | 66 | 0 | 47 | 2F | 18 | 154 | 37 | 31 |
| Octal | 302 | 70 | 146 | 0 | 107 | 57 | 30 | 524 | 67 | 61 |
| Binary | 11000010 | 111000 | 1100110 | 0 | 1000111 | 101111 | 11000 | 101010100 | 110111 | 110001 |
Color Harmonies of #C23866
Complementary color
Monochromatic Colors of #C23866
Black with #C23866
Text Example
Text Example
White with #C23866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23866; }
p { color: rgb(194,56,102); }
H1.HeaderClassName
{
color: #C23866;
}
.AnyTagClassName
{
color: #C23866;
}
</style>
background-color css
<style>
a { background-color: #C23866; }
a { background-color: rgb(194,56,102); }
div.DivClassName
{
background-color: #C23866;
}
.BgClassName
{
background-color: #C23866;
}
</style>
border-color css
<style>
span { border-color: #C23866; }
span { border-color: rgb(194,56,102); }
td.TdClassName
{
border-color: #C23866;
}
.TagClassName
{
border-color: #C23866;
}
</style>