Html Css Color HEX #856580 Trendy Pink

📋 copy color: '#856580'

red 133 ◦ green 101 ◦ blue 128

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

Shades of Trendy Pink #856580

Tints of Trendy Pink #856580

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 36.74%
G = 27.9%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#856580 (or 0x856580) is known color: Trendy Pink. HEX triplet: 85, 65 and 80. RGB value is (133,101,128). Sum of RGB (Red+Green+Blue) = 133+101+128=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #856580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856580 is #7A9A7F. Grayscale: #717171. Windows color (decimal): -8034944 or 8414597. OLE color: 8414597.

HSL color Cylindrical-coordinate representation of color #856580: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856580 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 128 -
CMYK 0 0.24 0.04 0.48
HSL 309.38º 0.14% 0.46% -
HSV(B) 309.38º 0.24% 0.52% -
XYZ 18.22 15.85 22.52 -
YUV 113.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 133 101 128 0 0.24 0.04 0.48 309.38 0.14 0.46
Hex 85 65 80 0 18 4 30 135 E 2E
Octal 205 145 200 0 30 4 60 465 16 56
Binary 10000101 1100101 10000000 0 11000 100 110000 100110101 1110 101110

Color Harmonies of #856580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856580

Black with #856580

Text Example


Text Example

White with #856580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856580; }

 p { color: rgb(133,101,128); }

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

background-color css

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

 a { background-color: rgb(133,101,128); }

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

border-color css

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

 span { border-color: rgb(133,101,128); }

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