Html Css Color HEX #9C596B Vin Rouge

📋 copy color: '#9C596B'

red 156 ◦ green 89 ◦ blue 107

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

Shades of Vin Rouge #9C596B

Tints of Vin Rouge #9C596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 44.32%
G = 25.28%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C596B (or 0x9C596B) is known color: Vin Rouge. HEX triplet: 9C, 59 and 6B. RGB value is (156,89,107). Sum of RGB (Red+Green+Blue) = 156+89+107=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C596B is #63A694. Grayscale: #6F6F6F. Windows color (decimal): -6530709 or 7035292. OLE color: 7035292.

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

Color convert

RGB 156 89 107 -
CMYK 0 0.43 0.31 0.39
HSL 343.88º 0.27% 0.48% -
HSV(B) 343.88º 0.43% 0.61% -
XYZ 19.94 15.27 15.81 -
YUV 111.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 156 89 107 0 0.43 0.31 0.39 343.88 0.27 0.48
Hex 9C 59 6B 0 2B 1F 27 158 1B 30
Octal 234 131 153 0 53 37 47 530 33 60
Binary 10011100 1011001 1101011 0 101011 11111 100111 101011000 11011 110000

Color Harmonies of #9C596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C596B

Black with #9C596B

Text Example


Text Example

White with #9C596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,89,107); }

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

background-color css

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

 a { background-color: rgb(156,89,107); }

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

border-color css

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

 span { border-color: rgb(156,89,107); }

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