#856681

Color #856681 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #856681

Tints of Trendy Pink #856681

Color information

#856681 (or 0x856681) is unknown color: approx Trendy Pink. HEX triplet: 85, 66 and 81. RGB value is (133,102,129). Sum of RGB (Red+Green+Blue) = 133+102+129=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856681 is #7A997E. Grayscale: #727272. Windows color (decimal): -8034687 or 8480389. OLE color: 8480389.

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

Color convert

RGB133102129-
CMYK00.230.030.48
HSL307.74º13.19%46.08%-
HSV(B)307.74º23.31%52.16%-
XYZ18.3916.0722.9-
YUV114.35136.27141.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=36.54%
G=28.02%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310212900.230.030.48307.7413.1946.08
Hex856681017330134d2e
Octal2051462010273604641556
Binary10000101110011010000001010111111100001001101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856681; }

 p { color: rgb(133,102,129); }

 H1.HeaderClassName
 {
   color: #856681;
 }
 .AnyTagClassName
 {
   color: #856681;
 }
</style>
background-color css

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

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

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

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

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

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