Html Css Color HEX #886383 Trendy Pink

📋 copy color: '#886383'

red 136 ◦ green 99 ◦ blue 131

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

Shades of Trendy Pink #886383

Tints of Trendy Pink #886383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 37.16%
G = 27.05%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#886383 (or 0x886383) is known color: Trendy Pink. HEX triplet: 88, 63 and 83. RGB value is (136,99,131). Sum of RGB (Red+Green+Blue) = 136+99+131=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886383 is #779C7C. Grayscale: #717171. Windows color (decimal): -7838845 or 8610696. OLE color: 8610696.

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

Color convert

RGB 136 99 131 -
CMYK 0 0.27 0.04 0.47
HSL 308.11º 0.16% 0.46% -
HSV(B) 308.11º 0.27% 0.53% -
XYZ 18.71 15.8 23.54 -
YUV 113.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 136 99 131 0 0.27 0.04 0.47 308.11 0.16 0.46
Hex 88 63 83 0 1B 4 2F 134 10 2E
Octal 210 143 203 0 33 4 57 464 20 56
Binary 10001000 1100011 10000011 0 11011 100 101111 100110100 10000 101110

Color Harmonies of #886383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886383

Black with #886383

Text Example


Text Example

White with #886383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886383; }

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

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

background-color css

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

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

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

border-color css

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

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

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