Html Css Color HEX #885D81 Trendy Pink

📋 copy color: '#885D81'

red 136 ◦ green 93 ◦ blue 129

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

Shades of Trendy Pink #885D81

Tints of Trendy Pink #885D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

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

R = 37.99%
G = 25.98%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#885D81 (or 0x885D81) is known color: Trendy Pink. HEX triplet: 88, 5D and 81. RGB value is (136,93,129). Sum of RGB (Red+Green+Blue) = 136+93+129=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #885D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885D81 is #77A27E. Grayscale: #6D6D6D. Windows color (decimal): -7840383 or 8478088. OLE color: 8478088.

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

Color convert

RGB 136 93 129 -
CMYK 0 0.32 0.05 0.47
HSL 309.77º 0.19% 0.45% -
HSV(B) 309.77º 0.32% 0.53% -
XYZ 18.03 14.65 22.65 -
YUV 109.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 136 93 129 0 0.32 0.05 0.47 309.77 0.19 0.45
Hex 88 5D 81 0 20 5 2F 136 13 2D
Octal 210 135 201 0 40 5 57 466 23 55
Binary 10001000 1011101 10000001 0 100000 101 101111 100110110 10011 101101

Color Harmonies of #885D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D81

Black with #885D81

Text Example


Text Example

White with #885D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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