Html Css Color HEX #886483 Trendy Pink

📋 copy color: '#886483'

red 136 ◦ green 100 ◦ blue 131

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

Shades of Trendy Pink #886483

Tints of Trendy Pink #886483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 37.06%
G = 27.25%
B = 35.69%

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

#886483 (or 0x886483) is known color: Trendy Pink. HEX triplet: 88, 64 and 83. RGB value is (136,100,131). Sum of RGB (Red+Green+Blue) = 136+100+131=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886483 is #779B7C. Grayscale: #727272. Windows color (decimal): -7838589 or 8610952. OLE color: 8610952.

HSL color Cylindrical-coordinate representation of color #886483: hue angle of 308.33º 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 #886483 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 131 -
CMYK 0 0.26 0.04 0.47
HSL 308.33º 0.15% 0.46% -
HSV(B) 308.33º 0.26% 0.53% -
XYZ 18.81 15.99 23.57 -
YUV 114.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 136 100 131 0 0.26 0.04 0.47 308.33 0.15 0.46
Hex 88 64 83 0 1A 4 2F 134 F 2E
Octal 210 144 203 0 32 4 57 464 17 56
Binary 10001000 1100100 10000011 0 11010 100 101111 100110100 1111 101110

Color Harmonies of #886483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886483

Black with #886483

Text Example


Text Example

White with #886483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886483; }

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

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

background-color css

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

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

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

border-color css

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

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

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