Html Css Color HEX #9C6A80 Strikemaster

📋 copy color: '#9C6A80'

red 156 ◦ green 106 ◦ blue 128

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

Shades of Strikemaster #9C6A80

Tints of Strikemaster #9C6A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 40%
G = 27.18%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C6A80 (or 0x9C6A80) is known color: Strikemaster. HEX triplet: 9C, 6A and 80. RGB value is (156,106,128). Sum of RGB (Red+Green+Blue) = 156+106+128=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A80 is #63957F. Grayscale: #7B7B7B. Windows color (decimal): -6526336 or 8415900. OLE color: 8415900.

HSL color Cylindrical-coordinate representation of color #9C6A80: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C6A80 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 106 128 -
CMYK 0 0.32 0.18 0.39
HSL 333.6º 0.2% 0.51% -
HSV(B) 333.6º 0.32% 0.61% -
XYZ 22.76 18.93 22.88 -
YUV 123.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 156 106 128 0 0.32 0.18 0.39 333.6 0.2 0.51
Hex 9C 6A 80 0 20 12 27 14E 14 33
Octal 234 152 200 0 40 22 47 516 24 63
Binary 10011100 1101010 10000000 0 100000 10010 100111 101001110 10100 110011

Color Harmonies of #9C6A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A80

Black with #9C6A80

Text Example


Text Example

White with #9C6A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,128); }

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

background-color css

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

 a { background-color: rgb(156,106,128); }

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

border-color css

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

 span { border-color: rgb(156,106,128); }

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