Html Css Color HEX #9C5768 Vin Rouge

📋 copy color: '#9C5768'

red 156 ◦ green 87 ◦ blue 104

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

Shades of Vin Rouge #9C5768

Tints of Vin Rouge #9C5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 44.96%
G = 25.07%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C5768 (or 0x9C5768) is known color: Vin Rouge. HEX triplet: 9C, 57 and 68. RGB value is (156,87,104). Sum of RGB (Red+Green+Blue) = 156+87+104=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5768 is #63A897. Grayscale: #6D6D6D. Windows color (decimal): -6531224 or 6838172. OLE color: 6838172.

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

Color convert

RGB 156 87 104 -
CMYK 0 0.44 0.33 0.39
HSL 345.22º 0.28% 0.48% -
HSV(B) 345.22º 0.44% 0.61% -
XYZ 19.62 14.88 14.94 -
YUV 109.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 156 87 104 0 0.44 0.33 0.39 345.22 0.28 0.48
Hex 9C 57 68 0 2C 21 27 159 1C 30
Octal 234 127 150 0 54 41 47 531 34 60
Binary 10011100 1010111 1101000 0 101100 100001 100111 101011001 11100 110000

Color Harmonies of #9C5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5768

Black with #9C5768

Text Example


Text Example

White with #9C5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,104); }

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

background-color css

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

 a { background-color: rgb(156,87,104); }

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

border-color css

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

 span { border-color: rgb(156,87,104); }

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