Html Css Color HEX #856683 Trendy Pink

📋 copy color: '#856683'

red 133 ◦ green 102 ◦ blue 131

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

Shades of Trendy Pink #856683

Tints of Trendy Pink #856683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 36.34%
G = 27.87%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856683 (or 0x856683) is known color: Trendy Pink. HEX triplet: 85, 66 and 83. RGB value is (133,102,131). Sum of RGB (Red+Green+Blue) = 133+102+131=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856683 is #7A997C. Grayscale: #727272. Windows color (decimal): -8034685 or 8611461. OLE color: 8611461.

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

Color convert

RGB 133 102 131 -
CMYK 0 0.23 0.02 0.48
HSL 303.87º 0.13% 0.46% -
HSV(B) 303.87º 0.23% 0.52% -
XYZ 18.52 16.13 23.61 -
YUV 114.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 133 102 131 0 0.23 0.02 0.48 303.87 0.13 0.46
Hex 85 66 83 0 17 2 30 130 D 2E
Octal 205 146 203 0 27 2 60 460 15 56
Binary 10000101 1100110 10000011 0 10111 10 110000 100110000 1101 101110

Color Harmonies of #856683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856683

Black with #856683

Text Example


Text Example

White with #856683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856683; }

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

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

background-color css

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

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

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

border-color css

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

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

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