Html Css Color HEX #9C5666 Vin Rouge

📋 copy color: '#9C5666'

red 156 ◦ green 86 ◦ blue 102

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

Shades of Vin Rouge #9C5666

Tints of Vin Rouge #9C5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

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

R = 45.35%
G = 25%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C5666 (or 0x9C5666) is known color: Vin Rouge. HEX triplet: 9C, 56 and 66. RGB value is (156,86,102). Sum of RGB (Red+Green+Blue) = 156+86+102=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5666 is #63A999. Grayscale: #6C6C6C. Windows color (decimal): -6531482 or 6706844. OLE color: 6706844.

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

Color convert

RGB 156 86 102 -
CMYK 0 0.45 0.35 0.39
HSL 346.29º 0.29% 0.47% -
HSV(B) 346.29º 0.45% 0.61% -
XYZ 19.44 14.68 14.38 -
YUV 108.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 156 86 102 0 0.45 0.35 0.39 346.29 0.29 0.47
Hex 9C 56 66 0 2D 23 27 15A 1D 2F
Octal 234 126 146 0 55 43 47 532 35 57
Binary 10011100 1010110 1100110 0 101101 100011 100111 101011010 11101 101111

Color Harmonies of #9C5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5666

Black with #9C5666

Text Example


Text Example

White with #9C5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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