#9C596A

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

Shades of Vin Rouge #9C596A

Tints of Vin Rouge #9C596A

Color information

#9C596A (or 0x9C596A) is unknown color: approx Vin Rouge. HEX triplet: 9C, 59 and 6A. RGB value is (156,89,106). Sum of RGB (Red+Green+Blue) = 156+89+106=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C596A is #63A695. Grayscale: #6E6E6E. Windows color (decimal): -6530710 or 6969756. OLE color: 6969756.

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

Color convert

RGB15689106-
CMYK00.430.320.39
HSL344.78º27.35%48.04%-
HSV(B)344.78º42.95%61.18%-
XYZ19.8815.2515.53-
YUV110.97125.2160.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=44.44%
G=25.36%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568910600.430.320.39344.7827.3548.04
Hex9C596A02B20271591b30
Octal23413115205340475313360
Binary1001110010110011101010010101110000010011110101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,106); }

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

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

 a { background-color: rgb(156,89,106); }

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

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

 span { border-color: rgb(156,89,106); }

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