Html Css Color HEX #9C5866 Vin Rouge

📋 copy color: '#9C5866'

red 156 ◦ green 88 ◦ blue 102

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

Shades of Vin Rouge #9C5866

Tints of Vin Rouge #9C5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 45.09%
G = 25.43%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C5866 (or 0x9C5866) is known color: Vin Rouge. HEX triplet: 9C, 58 and 66. RGB value is (156,88,102). Sum of RGB (Red+Green+Blue) = 156+88+102=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5866 is #63A799. Grayscale: #6D6D6D. Windows color (decimal): -6530970 or 6707356. OLE color: 6707356.

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

Color convert

RGB 156 88 102 -
CMYK 0 0.44 0.35 0.39
HSL 347.65º 0.28% 0.48% -
HSV(B) 347.65º 0.44% 0.61% -
XYZ 19.6 15.01 14.43 -
YUV 109.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 156 88 102 0 0.44 0.35 0.39 347.65 0.28 0.48
Hex 9C 58 66 0 2C 23 27 15C 1C 30
Octal 234 130 146 0 54 43 47 534 34 60
Binary 10011100 1011000 1100110 0 101100 100011 100111 101011100 11100 110000

Color Harmonies of #9C5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5866

Black with #9C5866

Text Example


Text Example

White with #9C5866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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