Html Css Color HEX #885C85 Trendy Pink

📋 copy color: '#885C85'

red 136 ◦ green 92 ◦ blue 133

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

Shades of Trendy Pink #885C85

Tints of Trendy Pink #885C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 37.67%
G = 25.48%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#885C85 (or 0x885C85) is known color: Trendy Pink. HEX triplet: 88, 5C and 85. RGB value is (136,92,133). Sum of RGB (Red+Green+Blue) = 136+92+133=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #885C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885C85 is #77A37A. Grayscale: #6D6D6D. Windows color (decimal): -7840635 or 8739976. OLE color: 8739976.

HSL color Cylindrical-coordinate representation of color #885C85: hue angle of 304.09º 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 #885C85 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 133 -
CMYK 0 0.32 0.02 0.47
HSL 304.09º 0.19% 0.45% -
HSV(B) 304.09º 0.32% 0.53% -
XYZ 18.21 14.58 24.04 -
YUV 109.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 136 92 133 0 0.32 0.02 0.47 304.09 0.19 0.45
Hex 88 5C 85 0 20 2 2F 130 13 2D
Octal 210 134 205 0 40 2 57 460 23 55
Binary 10001000 1011100 10000101 0 100000 10 101111 100110000 10011 101101

Color Harmonies of #885C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C85

Black with #885C85

Text Example


Text Example

White with #885C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,133); }

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

background-color css

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

 a { background-color: rgb(136,92,133); }

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

border-color css

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

 span { border-color: rgb(136,92,133); }

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