Html Css Color HEX #986288 Strikemaster

📋 copy color: '#986288'

red 152 ◦ green 98 ◦ blue 136

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

Shades of Strikemaster #986288

Tints of Strikemaster #986288

RGB

 RED value IS 152 (59.77% from 255) = 39.38%

 GREEN value IS 98 (38.67% from 255) = 25.39%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 39.38%
G = 25.39%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#986288 (or 0x986288) is known color: Strikemaster. HEX triplet: 98, 62 and 88. RGB value is (152,98,136). Sum of RGB (Red+Green+Blue) = 152+98+136=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #986288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986288 is #679D77. Grayscale: #767676. Windows color (decimal): -6790520 or 8938136. OLE color: 8938136.

HSL color Cylindrical-coordinate representation of color #986288: hue angle of 317.78º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986288 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 136 -
CMYK 0 0.36 0.11 0.40
HSL 317.78º 0.22% 0.49% -
HSV(B) 317.78º 0.36% 0.6% -
XYZ 21.76 17.19 25.46 -
YUV 118.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 152 98 136 0 0.36 0.11 0.40 317.78 0.22 0.49
Hex 98 62 88 0 24 B 28 13E 16 31
Octal 230 142 210 0 44 13 50 476 26 61
Binary 10011000 1100010 10001000 0 100100 1011 101000 100111110 10110 110001

Color Harmonies of #986288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986288

Black with #986288

Text Example


Text Example

White with #986288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986288; }

 p { color: rgb(152,98,136); }

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

background-color css

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

 a { background-color: rgb(152,98,136); }

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

border-color css

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

 span { border-color: rgb(152,98,136); }

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