Html Css Color HEX #856585 Trendy Pink

📋 copy color: '#856585'

red 133 ◦ green 101 ◦ blue 133

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

Shades of Trendy Pink #856585

Tints of Trendy Pink #856585

RGB

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

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

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

R = 36.24%
G = 27.52%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#856585 (or 0x856585) is known color: Trendy Pink. HEX triplet: 85, 65 and 85. RGB value is (133,101,133). Sum of RGB (Red+Green+Blue) = 133+101+133=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856585 is #7A9A7A. Grayscale: #727272. Windows color (decimal): -8034939 or 8742277. OLE color: 8742277.

HSL color Cylindrical-coordinate representation of color #856585: hue angle of 300º 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 #856585 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 133 -
CMYK 0 0.24 0 0.48
HSL 300º 0.14% 0.46% -
HSV(B) 300º 0.24% 0.52% -
XYZ 18.56 15.99 24.3 -
YUV 114.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 133 101 133 0 0.24 0 0.48 300 0.14 0.46
Hex 85 65 85 0 18 0 30 12C E 2E
Octal 205 145 205 0 30 0 60 454 16 56
Binary 10000101 1100101 10000101 0 11000 0 110000 100101100 1110 101110

Color Harmonies of #856585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856585

Black with #856585

Text Example


Text Example

White with #856585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856585; }

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

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

background-color css

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

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

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

border-color css

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

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

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