Html Css Color HEX #856480 Trendy Pink

📋 copy color: '#856480'

red 133 ◦ green 100 ◦ blue 128

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

Shades of Trendy Pink #856480

Tints of Trendy Pink #856480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 36.84%
G = 27.7%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#856480 (or 0x856480) is known color: Trendy Pink. HEX triplet: 85, 64 and 80. RGB value is (133,100,128). Sum of RGB (Red+Green+Blue) = 133+100+128=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856480 is #7A9B7F. Grayscale: #707070. Windows color (decimal): -8035200 or 8414341. OLE color: 8414341.

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

Color convert

RGB 133 100 128 -
CMYK 0 0.25 0.04 0.48
HSL 309.09º 0.14% 0.46% -
HSV(B) 309.09º 0.25% 0.52% -
XYZ 18.13 15.66 22.49 -
YUV 113.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 133 100 128 0 0.25 0.04 0.48 309.09 0.14 0.46
Hex 85 64 80 0 19 4 30 135 E 2E
Octal 205 144 200 0 31 4 60 465 16 56
Binary 10000101 1100100 10000000 0 11001 100 110000 100110101 1110 101110

Color Harmonies of #856480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856480

Black with #856480

Text Example


Text Example

White with #856480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856480; }

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

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

background-color css

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

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

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

border-color css

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

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

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