Html Css Color HEX #9C506A Vin Rouge

📋 copy color: '#9C506A'

red 156 ◦ green 80 ◦ blue 106

#9C506A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #9C506A

Tints of Vin Rouge #9C506A

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.8% from 255) = 30.99%

R = 45.61%
G = 23.39%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C506A (or 0x9C506A) is known color: 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

RGB 156 80 106 -
CMYK 0 0.49 0.32 0.39
HSL 339.47º 0.32% 0.46% -
HSV(B) 339.47º 0.49% 0.61% -
XYZ 19.18 13.85 15.3 -
YUV 105.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 156 80 106 0 0.49 0.32 0.39 339.47 0.32 0.46
Hex 9C 50 6A 0 31 20 27 153 20 2E
Octal 234 120 152 0 61 40 47 523 40 56
Binary 10011100 1010000 1101010 0 110001 100000 100111 101010011 100000 101110

Color Harmonies of #9C506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C506A

Black with #9C506A

Text Example


Text Example

White with #9C506A

Text Example


Text Example

HTML Codes & Css Web 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>