#9C506A

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

Shades of Vin Rouge #9C506A

Tints of Vin Rouge #9C506A

Color information

#9C506A (or 0x9C506A) is unknown color: approx Vin Rouge. HEX triplet: 9C, 50 and 6A. RGB value is (156,80,106). Sum of RGB (Red+Green+Blue) = 156+80+106=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C506A is #63AF95. Grayscale: #696969. Windows color (decimal): -6533014 or 6967452. OLE color: 6967452.

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

Color convert

RGB15680106-
CMYK00.490.320.39
HSL339.47º32.2%46.27%-
HSV(B)339.47º48.72%61.18%-
XYZ19.1813.8515.3-
YUV105.69128.18163.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=45.61%
G=23.39%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568010600.490.320.39339.4732.246.27
Hex9C506A0312027153202e
Octal23412015206140475234056
Binary10011100101000011010100110001100000100111101010011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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