Html Css Color HEX #9C698C Strikemaster

📋 copy color: '#9C698C'

red 156 ◦ green 105 ◦ blue 140

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

Shades of Strikemaster #9C698C

Tints of Strikemaster #9C698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 38.9%
G = 26.18%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C698C (or 0x9C698C) is known color: Strikemaster. HEX triplet: 9C, 69 and 8C. RGB value is (156,105,140). Sum of RGB (Red+Green+Blue) = 156+105+140=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C698C is #639673. Grayscale: #7C7C7C. Windows color (decimal): -6526580 or 9202076. OLE color: 9202076.

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

Color convert

RGB 156 105 140 -
CMYK 0 0.33 0.10 0.39
HSL 318.82º 0.2% 0.51% -
HSV(B) 318.82º 0.33% 0.61% -
XYZ 23.5 19.06 27.25 -
YUV 124.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 156 105 140 0 0.33 0.10 0.39 318.82 0.2 0.51
Hex 9C 69 8C 0 21 A 27 13F 14 33
Octal 234 151 214 0 41 12 47 477 24 63
Binary 10011100 1101001 10001100 0 100001 1010 100111 100111111 10100 110011

Color Harmonies of #9C698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C698C

Black with #9C698C

Text Example


Text Example

White with #9C698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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