Html Css Color HEX #9C5069 Vin Rouge

📋 copy color: '#9C5069'

red 156 ◦ green 80 ◦ blue 105

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

Shades of Vin Rouge #9C5069

Tints of Vin Rouge #9C5069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 45.75%
G = 23.46%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C5069 (or 0x9C5069) is known color: Vin Rouge. HEX triplet: 9C, 50 and 69. RGB value is (156,80,105). Sum of RGB (Red+Green+Blue) = 156+80+105=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5069 is #63AF96. Grayscale: #696969. Windows color (decimal): -6533015 or 6901916. OLE color: 6901916.

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

Color convert

RGB 156 80 105 -
CMYK 0 0.49 0.33 0.39
HSL 340.26º 0.32% 0.46% -
HSV(B) 340.26º 0.49% 0.61% -
XYZ 19.13 13.83 15.02 -
YUV 105.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 156 80 105 0 0.49 0.33 0.39 340.26 0.32 0.46
Hex 9C 50 69 0 31 21 27 154 20 2E
Octal 234 120 151 0 61 41 47 524 40 56
Binary 10011100 1010000 1101001 0 110001 100001 100111 101010100 100000 101110

Color Harmonies of #9C5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5069

Black with #9C5069

Text Example


Text Example

White with #9C5069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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