#9C5166

Color #9C5166 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9C5166

Tints of Vin Rouge #9C5166

Color information

#9C5166 (or 0x9C5166) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 66. RGB value is (156,81,102). Sum of RGB (Red+Green+Blue) = 156+81+102=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5166 is #63AE99. Grayscale: #696969. Windows color (decimal): -6532762 or 6705564. OLE color: 6705564.

HSL color Cylindrical-coordinate representation of color #9C5166: hue angle of 343.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5166 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15681102-
CMYK00.480.350.39
HSL343.2º31.65%46.47%-
HSV(B)343.2º48.08%61.18%-
XYZ19.0513.9114.25-
YUV105.82125.85163.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=46.02%
G=23.89%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568110200.480.350.39343.231.6546.47
Hex9C51660302327157202e
Octal23412114606043475274056
Binary10011100101000111001100110000100011100111101010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5166; }

 p { color: rgb(156,81,102); }

 H1.HeaderClassName
 {
   color: #9C5166;
 }
 .AnyTagClassName
 {
   color: #9C5166;
 }
</style>
background-color css

<style>
 a { background-color: #9C5166; }

 a { background-color: rgb(156,81,102); }

 div.DivClassName
 {
   background-color: #9C5166;
 }
 .BgClassName
 {
   background-color: #9C5166;
 }
</style>
border-color css

<style>
 span { border-color: #9C5166; }

 span { border-color: rgb(156,81,102); }

 td.TdClassName
 {
   border-color: #9C5166;
 }
 .TagClassName
 {
   border-color: #9C5166;
 }
</style>