Html Css Color HEX #856185 Trendy Pink

📋 copy color: '#856185'

red 133 ◦ green 97 ◦ blue 133

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

Shades of Trendy Pink #856185

Tints of Trendy Pink #856185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 36.64%
G = 26.72%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#856185 (or 0x856185) is known color: Trendy Pink. HEX triplet: 85, 61 and 85. RGB value is (133,97,133). Sum of RGB (Red+Green+Blue) = 133+97+133=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856185 is #7A9E7A. Grayscale: #6F6F6F. Windows color (decimal): -8035963 or 8741253. OLE color: 8741253.

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

Color convert

RGB 133 97 133 -
CMYK 0 0.27 0 0.48
HSL 300º 0.16% 0.45% -
HSV(B) 300º 0.27% 0.52% -
XYZ 18.18 15.23 24.17 -
YUV 111.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 133 97 133 0 0.27 0 0.48 300 0.16 0.45
Hex 85 61 85 0 1B 0 30 12C 10 2D
Octal 205 141 205 0 33 0 60 454 20 55
Binary 10000101 1100001 10000101 0 11011 0 110000 100101100 10000 101101

Color Harmonies of #856185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856185

Black with #856185

Text Example


Text Example

White with #856185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856185; }

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

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

background-color css

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

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

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

border-color css

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

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

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