Html Css Color HEX #886081 Trendy Pink

📋 copy color: '#886081'

red 136 ◦ green 96 ◦ blue 129

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

Shades of Trendy Pink #886081

Tints of Trendy Pink #886081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 37.67%
G = 26.59%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#886081 (or 0x886081) is known color: Trendy Pink. HEX triplet: 88, 60 and 81. RGB value is (136,96,129). Sum of RGB (Red+Green+Blue) = 136+96+129=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #886081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886081 is #779F7E. Grayscale: #6F6F6F. Windows color (decimal): -7839615 or 8478856. OLE color: 8478856.

HSL color Cylindrical-coordinate representation of color #886081: hue angle of 310.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886081 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 129 -
CMYK 0 0.29 0.05 0.47
HSL 310.5º 0.17% 0.45% -
HSV(B) 310.5º 0.29% 0.53% -
XYZ 18.3 15.18 22.74 -
YUV 111.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 136 96 129 0 0.29 0.05 0.47 310.5 0.17 0.45
Hex 88 60 81 0 1D 5 2F 136 11 2D
Octal 210 140 201 0 35 5 57 466 21 55
Binary 10001000 1100000 10000001 0 11101 101 101111 100110110 10001 101101

Color Harmonies of #886081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886081

Black with #886081

Text Example


Text Example

White with #886081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886081; }

 p { color: rgb(136,96,129); }

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

background-color css

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

 a { background-color: rgb(136,96,129); }

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

border-color css

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

 span { border-color: rgb(136,96,129); }

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