Html Css Color HEX #9C5066 Vin Rouge

📋 copy color: '#9C5066'

red 156 ◦ green 80 ◦ blue 102

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

Shades of Vin Rouge #9C5066

Tints of Vin Rouge #9C5066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 46.15%
G = 23.67%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C5066 (or 0x9C5066) is known color: Vin Rouge. HEX triplet: 9C, 50 and 66. RGB value is (156,80,102). Sum of RGB (Red+Green+Blue) = 156+80+102=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5066 is #63AF99. Grayscale: #696969. Windows color (decimal): -6533018 or 6705308. OLE color: 6705308.

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

Color convert

RGB 156 80 102 -
CMYK 0 0.49 0.35 0.39
HSL 342.63º 0.32% 0.46% -
HSV(B) 342.63º 0.49% 0.61% -
XYZ 18.98 13.76 14.23 -
YUV 105.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 156 80 102 0 0.49 0.35 0.39 342.63 0.32 0.46
Hex 9C 50 66 0 31 23 27 157 20 2E
Octal 234 120 146 0 61 43 47 527 40 56
Binary 10011100 1010000 1100110 0 110001 100011 100111 101010111 100000 101110

Color Harmonies of #9C5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5066

Black with #9C5066

Text Example


Text Example

White with #9C5066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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