Html Css Color HEX #886482 Trendy Pink

📋 copy color: '#886482'

red 136 ◦ green 100 ◦ blue 130

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

Shades of Trendy Pink #886482

Tints of Trendy Pink #886482

RGB

 RED value IS 136 (53.52% from 255) = 37.16%

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 37.16%
G = 27.32%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#886482 (or 0x886482) is known color: Trendy Pink. HEX triplet: 88, 64 and 82. RGB value is (136,100,130). Sum of RGB (Red+Green+Blue) = 136+100+130=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886482 is #779B7D. Grayscale: #727272. Windows color (decimal): -7838590 or 8545416. OLE color: 8545416.

HSL color Cylindrical-coordinate representation of color #886482: hue angle of 310º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886482 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 130 -
CMYK 0 0.26 0.04 0.47
HSL 310º 0.15% 0.46% -
HSV(B) 310º 0.26% 0.53% -
XYZ 18.74 15.96 23.21 -
YUV 114.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 136 100 130 0 0.26 0.04 0.47 310 0.15 0.46
Hex 88 64 82 0 1A 4 2F 136 F 2E
Octal 210 144 202 0 32 4 57 466 17 56
Binary 10001000 1100100 10000010 0 11010 100 101111 100110110 1111 101110

Color Harmonies of #886482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886482

Black with #886482

Text Example


Text Example

White with #886482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886482; }

 p { color: rgb(136,100,130); }

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

background-color css

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

 a { background-color: rgb(136,100,130); }

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

border-color css

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

 span { border-color: rgb(136,100,130); }

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