Html Css Color HEX #9C506E Vin Rouge

📋 copy color: '#9C506E'

red 156 ◦ green 80 ◦ blue 110

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

Shades of Vin Rouge #9C506E

Tints of Vin Rouge #9C506E

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 45.09%
G = 23.12%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C506E (or 0x9C506E) is known color: Vin Rouge. HEX triplet: 9C, 50 and 6E. RGB value is (156,80,110). Sum of RGB (Red+Green+Blue) = 156+80+110=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C506E is #63AF91. Grayscale: #6A6A6A. Windows color (decimal): -6533010 or 7229596. OLE color: 7229596.

HSL color Cylindrical-coordinate representation of color #9C506E: hue angle of 336.32º 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 #9C506E is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 80 110 -
CMYK 0 0.49 0.29 0.39
HSL 336.32º 0.32% 0.46% -
HSV(B) 336.32º 0.49% 0.61% -
XYZ 19.39 13.93 16.42 -
YUV 106.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 156 80 110 0 0.49 0.29 0.39 336.32 0.32 0.46
Hex 9C 50 6E 0 31 1D 27 150 20 2E
Octal 234 120 156 0 61 35 47 520 40 56
Binary 10011100 1010000 1101110 0 110001 11101 100111 101010000 100000 101110

Color Harmonies of #9C506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C506E

Black with #9C506E

Text Example


Text Example

White with #9C506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C506E;
 }
 .AnyTagClassName
 {
   color: #9C506E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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