#9C556C

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

Shades of Vin Rouge #9C556C

Tints of Vin Rouge #9C556C

Color information

#9C556C (or 0x9C556C) is unknown color: approx Vin Rouge. HEX triplet: 9C, 55 and 6C. RGB value is (156,85,108). Sum of RGB (Red+Green+Blue) = 156+85+108=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C556C is #63AA93. Grayscale: #6C6C6C. Windows color (decimal): -6531732 or 7099804. OLE color: 7099804.

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

Color convert

RGB15685108-
CMYK00.460.310.39
HSL340.56º29.46%47.25%-
HSV(B)340.56º45.51%61.18%-
XYZ19.6714.6515.98-
YUV108.85127.52161.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=44.70%
G=24.36%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568510800.460.310.39340.5629.4647.25
Hex9C556C02E1F271551d2f
Octal23412515405637475253557
Binary100111001010101110110001011101111110011110101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,108); }

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

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

 a { background-color: rgb(156,85,108); }

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

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

 span { border-color: rgb(156,85,108); }

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