Html Css Color HEX #856B85 Trendy Pink

📋 copy color: '#856B85'

red 133 ◦ green 107 ◦ blue 133

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

Shades of Trendy Pink #856B85

Tints of Trendy Pink #856B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 35.66%
G = 28.69%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#856B85 (or 0x856B85) is known color: Trendy Pink. HEX triplet: 85, 6B and 85. RGB value is (133,107,133). Sum of RGB (Red+Green+Blue) = 133+107+133=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856B85 is #7A947A. Grayscale: #757575. Windows color (decimal): -8033403 or 8743813. OLE color: 8743813.

HSL color Cylindrical-coordinate representation of color #856B85: hue angle of 300º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856B85 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 133 -
CMYK 0 0.20 0 0.48
HSL 300º 0.11% 0.47% -
HSV(B) 300º 0.2% 0.52% -
XYZ 19.16 17.2 24.5 -
YUV 117.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 133 107 133 0 0.20 0 0.48 300 0.11 0.47
Hex 85 6B 85 0 14 0 30 12C B 2F
Octal 205 153 205 0 24 0 60 454 13 57
Binary 10000101 1101011 10000101 0 10100 0 110000 100101100 1011 101111

Color Harmonies of #856B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B85

Black with #856B85

Text Example


Text Example

White with #856B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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